We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a6c949c + 72e5124 commit 592a741Copy full SHA for 592a741
1 file changed
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Setup Node.js
20
- uses: actions/setup-node@v5
+ uses: actions/setup-node@v6
21
with:
22
node-version: 22
23
registry-url: https://registry.npmjs.org/
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
node-version: ${{ matrix.node }}
60
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
98
0 commit comments