Skip to content

Commit

Permalink
Merge pull request #380 from editorconfig/node
Browse files Browse the repository at this point in the history
Update Node version in CI and deps
  • Loading branch information
xuhdev authored Jan 30, 2025
2 parents b86ebd4 + df7a929 commit 01c88ce
Show file tree
Hide file tree
Showing 9 changed files with 3,247 additions and 6,194 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 01c88ce

Please sign in to comment.