We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b6201 commit 147562dCopy full SHA for 147562d
1 file changed
.github/workflows/nodejs.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v3
21
- name: Use Node.js ${{ matrix.node-version }}
22
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
23
with:
24
node-version: ${{ matrix.node-version }}
25
- run: npm install
0 commit comments