We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0a28ad commit e0ef6a1Copy full SHA for e0ef6a1
1 file changed
.github/workflows/main.yaml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v5
19
- name: Use Node.js 22.x
20
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
21
with:
22
node-version: '22.x'
23
- run: npm ci
@@ -47,7 +47,7 @@ jobs:
47
48
persist-credentials: false
49
- name: Use Node.js 24.x
50
51
52
node-version: '24.x'
53
0 commit comments