We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175ce21 commit 9481526Copy full SHA for 9481526
4 files changed
.github/workflows/deploy.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v5
16
- uses: actions/setup-node@v5
17
with:
18
- node-version: 18
+ node-version: 22
19
cache: yarn
20
21
- name: Install dependencies
.github/workflows/test.yml
.nvmrc
@@ -0,0 +1 @@
1
+22
package.json
@@ -47,6 +47,6 @@
47
]
48
},
49
"engines": {
50
- "node": ">=18.0"
+ "node": ">=22.0"
51
}
52
0 commit comments