We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845f2c5 commit 021b324Copy full SHA for 021b324
1 file changed
.github/workflows/deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
- uses: pnpm/action-setup@v4.2.0
27
28
- name: ⎔ Setup Node.js
29
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
30
with:
31
node-version: 22
32
cache: "pnpm"
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
59
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
@@ -119,7 +119,7 @@ jobs:
119
120
121
122
123
124
125
0 commit comments