We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d1b3a commit 80fc944Copy full SHA for 80fc944
.github/workflows/nodejs.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
19
with:
20
node-version: ${{ matrix.node-version }}
21
- name: yarn install & test
0 commit comments