File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
- name : Use Node.js
19
19
uses : actions/setup-node@v1
20
20
with :
21
- node-version : 18 .x
21
+ node-version : 20 .x
22
22
- run : yarn install --frozen-lockfile
23
23
- run : yarn build
24
24
- run : yarn test
Original file line number Diff line number Diff line change 17
17
- name : Use Node.js
18
18
uses : actions/setup-node@v3
19
19
with :
20
- node-version : 18 .x
20
+ node-version : 20 .x
21
21
- run : yarn install --frozen-lockfile
22
22
- run : yarn build
23
23
- run : yarn test
Original file line number Diff line number Diff line change 17
17
- name : Use Node.js
18
18
uses : actions/setup-node@v1
19
19
with :
20
- node-version : 18 .x
20
+ node-version : 20 .x
21
21
- run : yarn install --frozen-lockfile
22
22
- run : yarn build
23
23
- run : yarn test
Original file line number Diff line number Diff line change 16
16
source : deb [arch=amd64] https://download.docker.com/linux/debian $RELEASE stable
17
17
keyid : 9DC858229FC7DD38854AE2D88D81803C0EBFCD88
18
18
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
21
21
22
22
packages :
23
23
- git
You can’t perform that action at this time.
0 commit comments