We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da64ea commit 8bd4d49Copy full SHA for 8bd4d49
.github/workflows/nodejs.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v2
16
- name: Use Node.js ${{ matrix.node-version }}
17
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
18
with:
19
node-version: ${{ matrix.node-version }}
20
- name: npm install, build, and test
0 commit comments