We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600a15d commit 38e27aeCopy full SHA for 38e27ae
.github/workflows/main.yaml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
- name: Use Node.js 20.x
15
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v5
16
with:
17
node-version: '22.x'
18
- run: npm ci
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments