Skip to content

Commit

Permalink
bump to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Jul 3, 2024
1 parent 96480e9 commit 81f8a17
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Install Node
uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
Expand All @@ -33,7 +33,7 @@ jobs:

strategy:
matrix:
node-version: [ 18 ]
node-version: [ 20 ]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Install node
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Build local image
uses: ./.github/actions/build-pass-ui
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Setup Node & pnpm
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Update project version
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 18
- name: Use Node.js 20
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
]
},
"engines": {
"node": ">= 18"
"node": ">= 20"
},
"ember": {
"edition": "octane"
Expand Down

0 comments on commit 81f8a17

Please sign in to comment.