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 428d1e5 commit 9452b59Copy full SHA for 9452b59
.github/workflows/test-javascript.yaml
@@ -34,7 +34,7 @@ jobs:
34
run: git config --global core.autocrlf input
35
- uses: actions/checkout@v4
36
- name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
37
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
38
with:
39
node-version: ${{ matrix.node-version }}
40
cache: 'npm'
0 commit comments