We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e227ef0 commit 034037fCopy full SHA for 034037f
.github/workflows/node.js.yml
@@ -16,7 +16,7 @@ jobs:
16
17
strategy:
18
matrix:
19
- node-version: [18.x]
+ node-version: [20.x]
20
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
21
22
steps:
package.json
@@ -67,5 +67,5 @@
67
"ws": "^8.13.0",
68
"yootils": "^0.3.1"
69
},
70
- "packageManager": "pnpm@7.27.0"
+ "packageManager": "pnpm@8.15.1"
71
}
0 commit comments