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 ef60004 commit 289239aCopy full SHA for 289239a
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
- name: Use Node.js ${{ matrix.node-version }}
17
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
18
with:
19
node-version: ${{ matrix.node-version }}
20
- name: Install dependencies
.github/workflows/push.yml
@@ -18,7 +18,7 @@ jobs:
fetch-depth: 0
- name: Setup Node.js 16.x
21
22
23
node-version: "16"
24
0 commit comments