We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09941b1 commit 95d761bCopy full SHA for 95d761b
.github/workflows/main.yml
@@ -27,9 +27,9 @@ jobs:
27
bundler-cache: true
28
29
- name: Setup Node
30
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
31
with:
32
- node-version: "16"
+ node-version: "22"
33
cache: "yarn"
34
- run: yarn install
35
package.json
@@ -2,6 +2,9 @@
2
"name": "kodingwarrior.github.io",
3
"version": "1.0.0",
4
"private": true,
5
+ "engines": {
6
+ "node": ">=22.0.0"
7
+ },
8
"scripts": {
9
"esbuild": "node esbuild.config.js --minify",
10
"esbuild-dev": "node esbuild.config.js --watch"
0 commit comments