Skip to content

Commit a7b28dd

Browse files
authored
build: rm node v12/v14 (#81)
as it brings npm < 7, which does not support workspaces.:z
1 parent 208c230 commit a7b28dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
node-version:
1515
- '17'
1616
- '16'
17-
- '14'
18-
- '12'
1917
os:
2018
- ubuntu-latest
2119
steps:
@@ -41,6 +39,8 @@ jobs:
4139
steps:
4240
- uses: actions/checkout@v2
4341
- uses: actions/setup-node@v2
42+
with:
43+
node-version: '16'
4444
- run: npm install
4545
- run: npm install --save-dev eslint@6
4646
- run: npm test
@@ -50,6 +50,8 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v2
5252
- uses: actions/setup-node@v2
53+
with:
54+
node-version: '16'
5355
- run: npm install
5456
- run: npm install --save-dev eslint@7
5557
- run: npm test

0 commit comments

Comments
 (0)