Skip to content

Commit c87e1ca

Browse files
committed
chore: update shelljs and drop old node support
No change to logic. This updates the ShellJS peer dependency to the latest release. This also drops support for all node versions prior to v18 to match ShellJS's version range, and adds in node v20 and v22. Test: npm test
1 parent ad02e6a commit c87e1ca

3 files changed

Lines changed: 3707 additions & 3694 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,9 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
node-version:
13-
- 4
14-
- 6
15-
- 8
16-
- 10
17-
- 12
18-
- 14
19-
- 16
2013
- 18
14+
- 20
15+
- 22
2116
os:
2217
- ubuntu-latest
2318
- macos-latest
@@ -28,7 +23,4 @@ jobs:
2823
with:
2924
node-version: ${{ matrix.node-version }}
3025
- run: npm install
31-
- run: npm run test-without-lint
32-
- name: run lint (node >= 6)
33-
run: npm run lint
34-
if: matrix.node-version >= 6
26+
- run: npm test

0 commit comments

Comments
 (0)