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 d1f10fc commit 1bf52bbCopy full SHA for 1bf52bb
.github/workflows/deploy.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v3
13
14
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v3
15
with:
16
node-version: 12
17
registry-url: https://registry.npmjs.org/
.github/workflows/verify.yml
@@ -15,7 +15,7 @@ jobs:
- name: Use Node.js ${{ matrix.node-version }}
18
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v3
19
20
node-version: ${{ matrix.node-version }}
21
0 commit comments