Skip to content

Commit

Permalink
Bump to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanc committed Dec 13, 2023
1 parent 2951b80 commit 0b3bf1e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [10.x, 12.x, 14.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -28,16 +28,8 @@ jobs:
- name: Install
run: npm install

- name: Lint
run: npm run lint

- name: Test
run: npm run test

- name: Build
run: npm run build

- name: Coverage
run: npm run coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 0b3bf1e

Please sign in to comment.