We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6612d64 commit 4e84429Copy full SHA for 4e84429
1 file changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
- run: git config --global core.autocrlf input
16
- uses: actions/checkout@v6
17
- name: Use Node.js ${{ matrix.node }}
18
- uses: actions/setup-node@v4
+ uses: actions/setup-node@v6
19
with:
20
node-version: ${{ matrix.node }}
21
- run: npm install
0 commit comments