We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 870c8d8 commit 06c7c0dCopy full SHA for 06c7c0d
1 file changed
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- 26.x
28
steps:
29
- name: Use Node.js ${{ matrix.node-version }}
30
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v6
31
with:
32
node-version: ${{ matrix.node-version }}
33
- name: Ensure line endings are consistent
@@ -55,7 +55,7 @@ jobs:
55
runs-on: ubuntu-latest
56
57
- name: Use Node.js
58
59
60
node-version: 24.x
61
- name: Check out repository
0 commit comments