Skip to content

Commit 4ba75d7

Browse files
committed
Revert "ci: use node@14"
This reverts commit a87ecf2.
1 parent 11c59a4 commit 4ba75d7

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/test.yml

-9
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
runs-on: ubuntu-20.04
1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/setup-node@v2
17-
with:
18-
node-version: '14'
1916
- run: npm install
2017

2118
- name: Run tests
@@ -29,9 +26,6 @@ jobs:
2926
runs-on: ubuntu-20.04
3027
steps:
3128
- uses: actions/checkout@v2
32-
- uses: actions/setup-node@v2
33-
with:
34-
node-version: '14'
3529
- run: npm install
3630
- run: npm run lint
3731

@@ -40,9 +34,6 @@ jobs:
4034
runs-on: ubuntu-20.04
4135
steps:
4236
- uses: actions/checkout@v2
43-
- uses: actions/setup-node@v2
44-
with:
45-
node-version: '14'
4637
- run: npm install
4738
- run: npm run webpack
4839

0 commit comments

Comments
 (0)