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 124e244 + bfaedfb commit 9f1272bCopy full SHA for 9f1272b
.github/workflows/e2e.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v2
16
17
- name: Use Node ${{ matrix.node }}
18
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v2
19
with:
20
node-version: ${{ matrix.node }}
21
.github/workflows/main.yml
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
fetch-depth: 0
- name: Setup Node.js
node-version: 16
- name: Install dependencies
0 commit comments