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 72f758c commit 3e4d1e2Copy full SHA for 3e4d1e2
.github/workflows/nodejs.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v2
22
- name: Use Node.js ${{ matrix.node-version }}
23
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
24
with:
25
node-version: ${{ matrix.node-version }}
26
- run: yarn
0 commit comments