Skip to content

Commit

Permalink
Bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
stanlemon committed Oct 28, 2024
1 parent 3453be6 commit 8ee3deb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: "16"
node-version: "20"

- run: npm ci
- run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"url": "git@github.com:stanlemon/lectionary-js.git"
},
"engines": {
"node": ">=16.13"
"node": ">=20.0"
},
"scripts": {
"start": "webpack serve",
Expand Down

0 comments on commit 8ee3deb

Please sign in to comment.