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 1357846 commit b6bac40
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 @@ -134,7 +134,7 @@
"main": "./dist/cjs/index.cjs",
"module": "./dist/esm/index.js",
"engines": {
"node": ">=16.14.0"
"node": ">=16.15.1"
},
"prettier": "@wessberg/prettier-config",
"ava": {
Expand Down

0 comments on commit b6bac40

Please sign in to comment.