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.
2 parents 4c72ccb + 8a6579e commit 6a4f1f7Copy full SHA for 6a4f1f7
.github/workflows/nodejs.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: [14, 16, 18]
16
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Use Node.js ${{ matrix.node-version }}
20
uses: actions/setup-node@v3
21
with:
.github/workflows/publish.yml
@@ -8,7 +8,7 @@ jobs:
8
publish-npm:
9
runs-on: ubuntu-latest
10
11
12
- uses: actions/setup-node@v3
13
14
node-version: 14
0 commit comments