Skip to content

Commit

Permalink
No longer supported node 14.x (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
springcomp authored Oct 25, 2024
1 parent edae3e1 commit a777aa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [16.x, 18.x, 20.x, 22.x, 23.x]

steps:
- name: 📚 checkout
Expand All @@ -27,7 +27,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install ## ci is not enough on node 14.x
- run: npm install
- run: npm run build --if-present
- name: ☢ tests
run: npm test

0 comments on commit a777aa5

Please sign in to comment.