|
43 | 43 | run: sed -i "s:ID=alpine:ID=NotpineForGHA:" /etc/os-release
|
44 | 44 |
|
45 | 45 | - name: Checkout
|
46 |
| - uses: actions/checkout@v3 |
| 46 | + uses: actions/checkout@v4 |
47 | 47 |
|
48 | 48 | - name: Build compiler binaries
|
49 | 49 | run: opam exec -- dune build --display quiet --profile static
|
|
72 | 72 |
|
73 | 73 | steps:
|
74 | 74 | - name: Checkout
|
75 |
| - uses: actions/checkout@v3 |
| 75 | + uses: actions/checkout@v4 |
76 | 76 |
|
77 | 77 | - name: Download static linux binaries
|
78 | 78 | if: runner.os == 'Linux'
|
|
89 | 89 | - name: Use Node.js
|
90 | 90 | uses: actions/setup-node@v3
|
91 | 91 | with:
|
92 |
| - node-version: 16 |
| 92 | + node-version: 18 |
93 | 93 |
|
94 | 94 | - name: Copy exes to platform bin dirs
|
95 | 95 | run: node ./scripts/copyExes.js
|
@@ -125,7 +125,7 @@ jobs:
|
125 | 125 | git config --global core.eol lf
|
126 | 126 |
|
127 | 127 | - name: Checkout
|
128 |
| - uses: actions/checkout@v3 |
| 128 | + uses: actions/checkout@v4 |
129 | 129 | with:
|
130 | 130 | fetch-depth: 2 # to be able to check for changes in subfolder jscomp/syntax later
|
131 | 131 |
|
@@ -158,7 +158,7 @@ jobs:
|
158 | 158 | - name: Use Node.js
|
159 | 159 | uses: actions/setup-node@v3
|
160 | 160 | with:
|
161 |
| - node-version: 16 |
| 161 | + node-version: 18 |
162 | 162 |
|
163 | 163 | - name: Install npm packages
|
164 | 164 | run: npm ci --ignore-scripts
|
@@ -259,14 +259,14 @@ jobs:
|
259 | 259 |
|
260 | 260 | steps:
|
261 | 261 | - name: Checkout
|
262 |
| - uses: actions/checkout@v3 |
| 262 | + uses: actions/checkout@v4 |
263 | 263 | with:
|
264 | 264 | submodules: true
|
265 | 265 |
|
266 | 266 | - name: Use Node.js
|
267 | 267 | uses: actions/setup-node@v3
|
268 | 268 | with:
|
269 |
| - node-version: 16 |
| 269 | + node-version: 18 |
270 | 270 |
|
271 | 271 | - name: NPM install
|
272 | 272 | run: npm ci --ignore-scripts
|
@@ -323,12 +323,12 @@ jobs:
|
323 | 323 |
|
324 | 324 | steps:
|
325 | 325 | - name: Checkout
|
326 |
| - uses: actions/checkout@v3 |
| 326 | + uses: actions/checkout@v4 |
327 | 327 |
|
328 | 328 | - name: Use Node.js
|
329 | 329 | uses: actions/setup-node@v3
|
330 | 330 | with:
|
331 |
| - node-version: 16 |
| 331 | + node-version: 18 |
332 | 332 |
|
333 | 333 | - name: Download artifacts
|
334 | 334 | uses: actions/download-artifact@v3
|
@@ -357,7 +357,7 @@ jobs:
|
357 | 357 | - name: Use Node.js
|
358 | 358 | uses: actions/setup-node@v3
|
359 | 359 | with:
|
360 |
| - node-version: 16 |
| 360 | + node-version: 18 |
361 | 361 | registry-url: https://registry.npmjs.org # Needed to make auth work for publishing
|
362 | 362 |
|
363 | 363 | - name: Download artifacts
|
|
0 commit comments