Skip to content

Commit

Permalink
feat: update node.js versions (#11)
Browse files Browse the repository at this point in the history
Automated changes by
[update-node-versions](https://github.com/hongaar/pdate-node-versions)
GitHub action

BREAKING CHANGE: This updates the supported node.js versions
  • Loading branch information
hongaar authored Apr 30, 2023
1 parent b2e47c0 commit 9995513
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- 18
- 20
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dist"
],
"engines": {
"node": ">=14"
"node": ">=16"
},
"scripts": {
"build": "yarn clean && yarn build:typecheck && yarn build:bundle",
Expand Down

0 comments on commit 9995513

Please sign in to comment.