File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,12 @@ jobs:
44
44
45
45
# Alpine
46
46
- os : ubuntu-22.04
47
- docker : node:14 -alpine
47
+ docker : node:18 -alpine
48
48
docker_cmd :
49
- apk add --no-cache bash build-base curl git g++ make ninja
50
- pkgconfig unzip zip python3 tar cmake ninja musl-dev && npm i -g
51
- pnpm && pnpm install && pnpm run build
49
+ apk add --no-cache bash build-base curl git g++ make ninja-build
50
+ pkgconfig unzip zip python3 tar cmake ninja musl-dev && cp
51
+ /usr/lib/ninja-build/bin/ninja /usr/bin/ninja && npm i -g pnpm &&
52
+ pnpm install && pnpm run build
52
53
node_arch : x64
53
54
cpp_arch : x64
54
55
@@ -109,11 +110,11 @@ jobs:
109
110
with :
110
111
version : 9
111
112
112
- - name : Install Node 18
113
+ - name : Install Node 20
113
114
if : ${{ !matrix.docker }}
114
115
uses : actions/setup-node@v4
115
116
with :
116
- node-version : 18
117
+ node-version : 20
117
118
architecture : ${{ env.setup_node_arch }}
118
119
119
120
- name : Install Dependencies
@@ -144,11 +145,11 @@ jobs:
144
145
run :
145
146
node ./node_modules/cmake-ts/build/main.js named-configs windows-x86
146
147
147
- - name : Use Node 18
148
+ - name : Use Node 20
148
149
if : ${{ !matrix.docker }}
149
150
uses : actions/setup-node@v4
150
151
with :
151
- node-version : 18
152
+ node-version : 20
152
153
architecture : ${{ env.setup_node_arch }}
153
154
154
155
- name : Prebuild Docker
You can’t perform that action at this time.
0 commit comments