Skip to content

Commit 14f7766

Browse files
authored
ci(ci): drop node < 20; add node 22 (#134)
Signed-off-by: Frazer Smith <frazer.dev@icloud.com>
1 parent 5aea300 commit 14f7766

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
contents: read
8585
strategy:
8686
matrix:
87-
node-version: [6, 8, 10, 11, 12, 13, 14, 15, 16, 18, 20]
87+
node-version: [20, 22]
8888
steps:
8989
- name: Check out repo
9090
uses: actions/checkout@v4
@@ -96,10 +96,6 @@ jobs:
9696
with:
9797
node-version: ${{ matrix.node-version }}
9898

99-
- name: Upgrade npm
100-
if: ${{ success() && matrix.node-version == '6' }}
101-
run: npm i npm@6.13.4 -g
102-
10399
- name: Install dependencies
104100
run: npm i --ignore-scripts
105101

0 commit comments

Comments
 (0)