Skip to content

Commit

Permalink
ci: change node.js versions to 18,20
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyib committed Jul 17, 2024
1 parent d4afca3 commit 27aacf5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/node-ci.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
mode: ['normal', 'strict']
node-version: [14.x, 16.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 27aacf5

Please sign in to comment.