Skip to content

Commit

Permalink
Update npm packages (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jan 2, 2023
1 parent 879e82e commit ebcb0bf
Show file tree
Hide file tree
Showing 7 changed files with 2,501 additions and 3,013 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.base.js
Expand Up @@ -63,7 +63,9 @@ module.exports = {
"unicorn/numeric-separators-style": "off",
"unicorn/prefer-flat-map": "off",
"unicorn/prefer-module": "off",
"unicorn/prefer-node-protocol": "off",
"unicorn/prefer-spread": "off",
"unicorn/prefer-top-level-await": "off",
"unicorn/prevent-abbreviations": "off",
// Force a conflict with Prettier in test-lint/@babel.js. and test-lint/babel.js.
"object-curly-spacing": "off",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node-version: [16]
node-version: [18]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
node-version: [12, 14, 16, 17]
node-version: [14, 16, 18, 19]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ebcb0bf

Please sign in to comment.