Skip to content

Commit

Permalink
fix: update github actions node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Sep 24, 2024
1 parent 4b216ca commit f1df0a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
node: [18.20.0, 19, 20, 21, 22]
node: [21, 22]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"lint": "tsc --noEmit && eslint \"src/**/*.ts\" --color",
"lint:fix": "eslint \"src/**/*.ts\" --color --fix",
"prettier": "prettier --write \"{src,test,documentation}/**/*.{js,ts,json,html,xml,css,md}\"",
"test": "node --import tsx --test \"./**/*.test.ts\"",
"test": "node --import tsx --test \"./test**/*.test.ts\"",
"prebuild": "pnpm run clean:dist",
"build": "tsup \"src/index.ts\" --sourcemap --dts --format cjs,esm",
"preversion": "pnpm run lint && pnpm run build",
Expand Down

0 comments on commit f1df0a3

Please sign in to comment.