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 7db4b72 commit 8deb4d5Copy full SHA for 8deb4d5
.github/workflows/test-and-release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Checkout Repository
13
uses: actions/[email protected]
14
- name: Use Node.js ${{ matrix.node }}
15
- uses: actions/setup-node@v2.5.1
+ uses: actions/setup-node@v3.0.0
16
with:
17
node-version: ${{ matrix.node }}
18
- name: Install Dependencies
@@ -33,7 +33,7 @@ jobs:
33
34
fetch-depth: 0
35
- name: Setup Node.js
36
37
38
node-version: 14
39
- name: Install dependencies
.github/workflows/typecheck.yml
@@ -18,7 +18,7 @@ jobs:
steps:
19
- uses: actions/[email protected]
20
- name: Use Node.js ${{ matrix.node-version }}
21
22
23
node-version: ${{ matrix.node-version }}
24
0 commit comments