File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 6
6
- name : Setup Node.js environment
7
7
uses : actions/setup-node@v4
8
8
with :
9
- node-version : ' 18 '
9
+ node-version : ' 20 '
10
10
11
11
- name : Install dependencies
12
12
run : |
13
+ sudo rm /etc/apt/sources.list.d/microsoft-prod.list
13
14
sudo apt-get update
14
15
sudo apt-get install -y git build-essential openssl libssl-dev libc6-dev clang libclang-dev ca-certificates curl
15
16
sudo snap install yq deno
@@ -25,10 +26,10 @@ runs:
25
26
override : true
26
27
27
28
- name : Set up QEMU
28
- uses : docker/setup-qemu-action@v2
29
+ uses : docker/setup-qemu-action@v3
29
30
30
31
- name : Set up Docker Buildx
31
- uses : docker/setup-buildx-action@v2
32
+ uses : docker/setup-buildx-action@v3
32
33
33
34
- name : Checkout start-os
34
35
uses : actions/checkout@v4
38
39
submodules : recursive
39
40
40
41
- name : Cache start-sdk
41
- uses : actions/cache@v3
42
+ uses : actions/cache@v4
42
43
id : cache
43
44
with :
44
45
path : |
You can’t perform that action at this time.
0 commit comments