Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Update node engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
abdonrd committed Jan 8, 2022
1 parent 19d7e1f commit 1c91c7b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 14 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches: [main]

env:
NODE_VERSION: "16.x"

jobs:
deploy:
name: Deploy
Expand All @@ -15,7 +18,7 @@ jobs:

- uses: actions/setup-node@v2
with:
node-version: "14.x"
node-version: ${{ env.NODE_VERSION }}
cache: "npm"

- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

env:
NODE_VERSION: "14.x"
NODE_VERSION: "16.x"

jobs:
lint:
Expand Down
3 changes: 0 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
"description": "A template for building Progressive Web Applications using Lit and Vaadin Router",
"license": "MIT",
"repository": "github:IBM/pwa-lit-template",
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"build": "rimraf server/dist/ && rollup --config",
"format": "npm-run-all format:*",
Expand Down
3 changes: 0 additions & 3 deletions server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 0 additions & 3 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"private": true,
"engines": {
"node": "14.x"
},
"scripts": {
"start": "prpl-server --root dist/ --config prpl.config.json --host 0.0.0.0 --https-redirect --bot-proxy https://render-tron.appspot.com/render"
},
Expand Down

0 comments on commit 1c91c7b

Please sign in to comment.