Skip to content

Commit a07fb79

Browse files
committedAug 12, 2021
chore: update action setup node
1 parent b11126c commit a07fb79

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
 

‎.github/workflows/main.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
15-
- name: Use Node.js 14
16-
uses: actions/setup-node@v1
17-
with:
18-
node-version: 14
15+
- uses: actions/setup-node@v2
16+
with:
17+
node-version: 14
1918
- run: npm install
2019
- run: npx aegir lint
2120
- uses: gozala/typescript-error-reporter-action@v1.0.8
@@ -35,7 +34,7 @@ jobs:
3534
fail-fast: true
3635
steps:
3736
- uses: actions/checkout@v2
38-
- uses: actions/setup-node@v1
37+
- uses: actions/setup-node@v2
3938
with:
4039
node-version: ${{ matrix.node }}
4140
- run: npm install

0 commit comments

Comments
 (0)
Please sign in to comment.