We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a0ff39 commit 5687e9bCopy full SHA for 5687e9b
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
- name: "Init: Summon NodeJS"
11
uses: actions/setup-node@v4
12
with:
13
- node-version: 20.x
+ node-version: 22.x
14
- name: "Cache: node_modules"
15
uses: actions/cache@v4
16
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
42
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments