Skip to content

Commit

Permalink
Update to node v20
Browse files Browse the repository at this point in the history
  • Loading branch information
Vylpes committed Nov 10, 2024
1 parent 2805d86 commit 32020c7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: 18.x
node-version: 20.x
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
4 changes: 2 additions & 2 deletions infrastructure/cloud-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ apt:
source: deb [arch=amd64] https://download.docker.com/linux/debian $RELEASE stable
keyid: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88
nodejs.list:
source: deb [signed-by=$KEY_FILE] https://deb.nodesource.com/node_18.x $RELEASE main
keyid: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280
source: deb [signed-by=$KEY_FILE] https://deb.nodesource.com/node_20.x $RELEASE main
keyid: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280

packages:
- git
Expand Down

0 comments on commit 32020c7

Please sign in to comment.