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 5449985 + 7094321 commit 37b57a8Copy full SHA for 37b57a8
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
node-version: [14.x, 16.x]
17
18
steps:
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
- name: Use Node.js ${{ matrix.node-version }}
21
uses: actions/setup-node@v2
22
with:
.github/workflows/publish-packages.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
10
11
# publish for npm package.
12
- uses: actions/setup-node@v2
13
0 commit comments