Skip to content

Commit a6be760

Browse files
authored
test: Remove support for Node 18 (#163)
1 parent 066a683 commit a6be760

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,15 @@ on:
99
jobs:
1010
tests:
1111
runs-on: ubuntu-latest
12-
strategy:
13-
matrix:
14-
node: [18, 20]
1512
steps:
1613
- name: Checkout
1714
uses: actions/checkout@v4
1815
with:
1916
fetch-depth: 0
20-
- name: Setup Nodejs Env
21-
run: echo "NODE_VER=`cat .nvmrc`" >> $GITHUB_ENV
2217
- name: Setup Nodejs
2318
uses: actions/setup-node@v4
2419
with:
25-
node-version: ${{ matrix.node }}
20+
node-version-file: '.nvmrc'
2621
- name: Install dependencies
2722
run: npm ci
2823
- name: Lint

0 commit comments

Comments
 (0)