Skip to content

Commit 32020c7

Browse files
committed
Update to node v20
1 parent 2805d86 commit 32020c7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Use Node.js
1919
uses: actions/setup-node@v1
2020
with:
21-
node-version: 18.x
21+
node-version: 20.x
2222
- run: yarn install --frozen-lockfile
2323
- run: yarn build
2424
- run: yarn test

.github/workflows/stage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: 18.x
20+
node-version: 20.x
2121
- run: yarn install --frozen-lockfile
2222
- run: yarn build
2323
- run: yarn test

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Use Node.js
1818
uses: actions/setup-node@v1
1919
with:
20-
node-version: 18.x
20+
node-version: 20.x
2121
- run: yarn install --frozen-lockfile
2222
- run: yarn build
2323
- run: yarn test

infrastructure/cloud-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ apt:
1616
source: deb [arch=amd64] https://download.docker.com/linux/debian $RELEASE stable
1717
keyid: 9DC858229FC7DD38854AE2D88D81803C0EBFCD88
1818
nodejs.list:
19-
source: deb [signed-by=$KEY_FILE] https://deb.nodesource.com/node_18.x $RELEASE main
20-
keyid: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280
19+
source: deb [signed-by=$KEY_FILE] https://deb.nodesource.com/node_20.x $RELEASE main
20+
keyid: 9FD3B784BC1C6FC31A8A0A1C1655A0AB68576280
2121

2222
packages:
2323
- git

0 commit comments

Comments
 (0)