Skip to content

Commit ebcb0bf

Browse files
authored
Update npm packages (#236)
1 parent 879e82e commit ebcb0bf

File tree

7 files changed

+2501
-3013
lines changed

7 files changed

+2501
-3013
lines changed

Diff for: .eslintrc.base.js

+2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ module.exports = {
6363
"unicorn/numeric-separators-style": "off",
6464
"unicorn/prefer-flat-map": "off",
6565
"unicorn/prefer-module": "off",
66+
"unicorn/prefer-node-protocol": "off",
6667
"unicorn/prefer-spread": "off",
68+
"unicorn/prefer-top-level-await": "off",
6769
"unicorn/prevent-abbreviations": "off",
6870
// Force a conflict with Prettier in test-lint/@babel.js. and test-lint/babel.js.
6971
"object-curly-spacing": "off",

Diff for: .github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
node-version: [16]
19+
node-version: [18]
2020

2121
steps:
2222
- uses: actions/checkout@v3

Diff for: .github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest, windows-latest, macOS-latest]
19-
node-version: [12, 14, 16, 17]
19+
node-version: [14, 16, 18, 19]
2020

2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)