Skip to content

Commit 1f7a14d

Browse files
committed
chore: bump node
1 parent bc61e37 commit 1f7a14d

4 files changed

Lines changed: 104 additions & 104 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
needs: list-examples
4848
strategy:
4949
matrix:
50-
node-version: ["18", "20.5.1"]
50+
node-version: ["18", "20.20.0"]
5151
example: ${{ fromJson(needs.list-examples.outputs.examples) }}
5252
fail-fast: false
5353
steps:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.5.1
1+
20.20.0

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@rollup/plugin-node-resolve": "^15.2.3",
1111
"@rollup/plugin-typescript": "^11.1.5",
1212
"@types/jest": "^29.5.0",
13-
"@types/node": "^20.5.1",
13+
"@types/node": "^20.19.31",
1414
"@typescript-eslint/eslint-plugin": "^5.58.0",
1515
"@typescript-eslint/parser": "^5.58.0",
1616
"esbuild": "^0.17.16",
@@ -33,6 +33,6 @@
3333
},
3434
"packageManager": "pnpm@10.12.4",
3535
"engines": {
36-
"node": "20.5.1"
36+
"node": "20.20.0"
3737
}
3838
}

0 commit comments

Comments
 (0)