|
1 | | -name: Single-system CI |
| 1 | +name: CI |
2 | 2 |
|
3 | 3 | on: |
4 | 4 | push: |
@@ -33,14 +33,14 @@ jobs: |
33 | 33 | runs-on: ubuntu-latest |
34 | 34 | steps: |
35 | 35 | - uses: actions/checkout@v4 |
36 | | - - name: Install |
| 36 | + - name: Install Rust toolchain |
37 | 37 | uses: dtolnay/rust-toolchain@stable |
38 | 38 | with: |
39 | 39 | toolchain: stable |
40 | 40 | targets: ${{ matrix.targets }} |
41 | 41 | - uses: actions/setup-node@v4 |
42 | 42 | with: |
43 | | - node-version: node |
| 43 | + node-version: lts/* |
44 | 44 | cache: yarn |
45 | 45 | - name: Install ziglang |
46 | 46 | uses: goto-bus-stop/setup-zig@v2 |
@@ -76,17 +76,17 @@ jobs: |
76 | 76 | with: |
77 | 77 | node-version: ${{ matrix.node }} |
78 | 78 | cache: yarn |
79 | | - - name: Setup node x86 |
| 79 | + - name: Setup Node x86 |
80 | 80 | if: matrix.settings.target == 'i686-pc-windows-msvc' |
81 | 81 | run: yarn config set supportedArchitectures.cpu "ia32" |
82 | 82 | shell: bash |
83 | 83 | - name: Install dependencies |
84 | 84 | run: yarn install |
85 | | - - name: Setup node x86 |
| 85 | + - name: Setup Node x86 |
86 | 86 | uses: actions/setup-node@v4 |
87 | 87 | if: matrix.settings.target == 'i686-pc-windows-msvc' |
88 | 88 | with: |
89 | | - node-version: node |
| 89 | + node-version: ${{ matrix.node }} |
90 | 90 | cache: yarn |
91 | 91 | architecture: x86 |
92 | 92 | - name: Download bindings |
@@ -124,7 +124,7 @@ jobs: |
124 | 124 | - uses: actions/checkout@v4 |
125 | 125 | - uses: actions/setup-node@v4 |
126 | 126 | with: |
127 | | - node-version: node |
| 127 | + node-version: lts/* |
128 | 128 | cache: yarn |
129 | 129 | - name: Install dependencies |
130 | 130 | run: yarn install |
@@ -159,7 +159,7 @@ jobs: |
159 | 159 | - name: Setup Node |
160 | 160 | uses: actions/setup-node@v4 |
161 | 161 | with: |
162 | | - node-version: node |
| 162 | + node-version: lts/* |
163 | 163 | cache: yarn |
164 | 164 | - name: Install dependencies |
165 | 165 | run: yarn install --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000 |
|
0 commit comments