Skip to content

Commit

Permalink
fix: run tests on v16.15.1 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
wessberg committed Jan 23, 2023
1 parent b966a7e commit 59ca24c
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: [16.14.0, 17, 18, 19]
node: [16.15.1, 17, 18, 19]

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 @@ -171,7 +171,7 @@
"url": "https://github.com/wessberg/rollup-plugin-ts/issues"
},
"engines": {
"node": ">=16.14.0",
"node": ">=16.15.1",
"npm": ">=7.0.0",
"yarn": ">=1.13",
"pnpm": ">=3.2.0"
Expand Down

0 comments on commit 59ca24c

Please sign in to comment.