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 1e8b7d2 commit 731b2e1Copy full SHA for 731b2e1
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
node-version: [14.x, 16.x]
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
- name: Use Node.js ${{ matrix.node-version }}
23
uses: actions/setup-node@v2
24
with:
.github/workflows/deploy.yml
@@ -17,7 +17,7 @@ jobs:
17
node-version: [16.x]
0 commit comments