Skip to content

Commit

Permalink
ci: add Node 22; drop 18 (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
AviVahl authored Oct 30, 2024
1 parent 9b56dc1 commit 9e5350f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [20, 18]
node-version: [22, 20]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"build": "tsc --build",
"pretest": "npm run lint && npm run build",
"test": "npm run test:only",
"test:only": "node --test --enable-source-maps ./dist/test",
"test:only": "node --test --enable-source-maps",
"lint": "eslint",
"prepack": "npm run build",
"prettify": "npx prettier . --write"
Expand Down

0 comments on commit 9e5350f

Please sign in to comment.