We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f3af6c commit 9fed5b2Copy full SHA for 9fed5b2
1 file changed
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup Node
14
uses: actions/setup-node@v3
15
with:
16
- node-version: 18
+ node-version: 22
17
18
- name: Install dependencies
19
run: npm install
0 commit comments