Skip to content

Commit b5f425b

Browse files
authored
Merge pull request #86 from spa5k/next
feat(deps): ⬆️ update @types/node to 17.0.31 (and 3 others)
2 parents ab09a3b + 7bfb032 commit b5f425b

File tree

91 files changed

+58997
-670
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

91 files changed

+58997
-670
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [14.x]
14+
node-version: [16.x]
1515

1616
name: Node.js ${{ matrix.node }}
1717

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
node-version: [12.x, 14.x, 16.x]
14+
node-version: [14.x, 16.x, 18.x]
1515

1616
name: Node.js ${{ matrix.node }}
1717

.vscode/extensions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"recommendations": [
33
"arcanis.vscode-zipfs",
44
"dbaeumer.vscode-eslint",
5-
"esbenp.prettier-vscode"
5+
"esbenp.prettier-vscode",
6+
"dprint.dprint"
67
]
78
}
Binary file not shown.
Binary file not shown.
414 KB
Binary file not shown.

0 commit comments

Comments
 (0)