Skip to content

Commit

Permalink
Update Node version in CI and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Jan 30, 2025
1 parent b86ebd4 commit f2c18d2
Show file tree
Hide file tree
Showing 7 changed files with 3,258 additions and 6,152 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node: [14, 16]
node: [22]
os:
- ubuntu-latest
- windows-latest
Expand All @@ -42,4 +42,4 @@ jobs:
npm test
env:
CI: true
DISPLAY: ":99.0"
DISPLAY: ":99.0"
Loading

0 comments on commit f2c18d2

Please sign in to comment.