Skip to content

Commit

Permalink
Check that Node 18 works, fix CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Jan 15, 2024
1 parent 88e0de0 commit ba63eaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ As this project is a user-facing application, the places in the semantic version
### Changed

- Dependencies upgraded
- Node 20 is now required (perhaps 18 is fine too), due to @vitejs/plugin-vue@5
- Node 18 is now required, due to @vitejs/plugin-vue@5
- Request `resource-info` once for all resources
- `UrlButton` component replaces `a > ActionButton`
- `RouteButton` component replaces `router-link > ActionButton`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"coverage": "vitest run --coverage"
},
"engines": {
"node": ">=20.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"@formkit/vue": "^1.0.0-beta.14",
Expand Down

0 comments on commit ba63eaf

Please sign in to comment.