Skip to content

Commit 1203579

Browse files
committed
Further CI tweaks
1 parent 5515232 commit 1203579

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Single-system CI
1+
name: CI
22

33
on:
44
push:
@@ -33,14 +33,14 @@ jobs:
3333
runs-on: ubuntu-latest
3434
steps:
3535
- uses: actions/checkout@v4
36-
- name: Install
36+
- name: Install Rust toolchain
3737
uses: dtolnay/rust-toolchain@stable
3838
with:
3939
toolchain: stable
4040
targets: ${{ matrix.targets }}
4141
- uses: actions/setup-node@v4
4242
with:
43-
node-version: node
43+
node-version: lts/*
4444
cache: yarn
4545
- name: Install ziglang
4646
uses: goto-bus-stop/setup-zig@v2
@@ -76,17 +76,17 @@ jobs:
7676
with:
7777
node-version: ${{ matrix.node }}
7878
cache: yarn
79-
- name: Setup node x86
79+
- name: Setup Node x86
8080
if: matrix.settings.target == 'i686-pc-windows-msvc'
8181
run: yarn config set supportedArchitectures.cpu "ia32"
8282
shell: bash
8383
- name: Install dependencies
8484
run: yarn install
85-
- name: Setup node x86
85+
- name: Setup Node x86
8686
uses: actions/setup-node@v4
8787
if: matrix.settings.target == 'i686-pc-windows-msvc'
8888
with:
89-
node-version: node
89+
node-version: ${{ matrix.node }}
9090
cache: yarn
9191
architecture: x86
9292
- name: Download bindings
@@ -124,7 +124,7 @@ jobs:
124124
- uses: actions/checkout@v4
125125
- uses: actions/setup-node@v4
126126
with:
127-
node-version: node
127+
node-version: lts/*
128128
cache: yarn
129129
- name: Install dependencies
130130
run: yarn install
@@ -159,7 +159,7 @@ jobs:
159159
- name: Setup Node
160160
uses: actions/setup-node@v4
161161
with:
162-
node-version: node
162+
node-version: lts/*
163163
cache: yarn
164164
- name: Install dependencies
165165
run: yarn install --frozen-lockfile --registry https://registry.npmjs.org --network-timeout 300000

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup node
1919
uses: actions/setup-node@v4
2020
with:
21-
node-version: node
21+
node-version: lts/*
2222
cache: yarn
2323

2424
- name: Install Rust toolchain

0 commit comments

Comments
 (0)