Skip to content

Commit 2b6d7c7

Browse files
filzrevAndreyAkinshin
authored andcommitted
chore: update run-tests.yaml
1 parent c21ac5a commit 2b6d7c7

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.github/workflows/run-tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- uses: actions/checkout@v4
6262
# Set up the environment
6363
- name: Set up Clang
64-
uses: egor-tensin/setup-clang@v1
64+
uses: egor-tensin/setup-clang@ef434b41eb33a70396fb336b1bae39c76d740c3d # v1.4
6565
with:
6666
version: latest
6767
platform: x64
@@ -70,7 +70,7 @@ jobs:
7070
- name: Set up node
7171
uses: actions/setup-node@v4
7272
with:
73-
node-version: "20"
73+
node-version: "22"
7474
- name: Set up v8
7575
run: npm install jsvu -g && jsvu --os=linux64 --engines=v8 && echo "$HOME/.jsvu/bin" >> $GITHUB_PATH
7676
- name: Install wasm-tools workload
@@ -91,13 +91,13 @@ jobs:
9191
path: "**/*.trx"
9292

9393
test-macos:
94-
runs-on: macos-13
94+
runs-on: macos-15
9595
steps:
9696
- uses: actions/checkout@v4
9797
- name: Set up node
9898
uses: actions/setup-node@v4
9999
with:
100-
node-version: "20"
100+
node-version: "22"
101101
- name: Set up v8
102102
run: npm install jsvu -g && jsvu --os=mac64 --engines=v8 && echo "$HOME/.jsvu/bin" >> $GITHUB_PATH
103103
- name: Install wasm-tools workload
@@ -138,9 +138,9 @@ jobs:
138138
- uses: actions/setup-node@v4
139139
name: Setup node
140140
with:
141-
node-version: "18"
141+
node-version: "22"
142142
- name: Install cSpell
143-
run: npm install -g cspell@8.0.0
143+
run: npm install -g cspell@9.0.2
144144
- name: Copy cSpell config
145145
run: cp ./build/cSpell.json ./cSpell.json
146146
- name: Run cSpell

build/cSpell.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,10 @@
3939
"ignoreWords": [
4040
"Akinshin",
4141
"Andrey",
42+
"Cassell",
4243
"Expecto",
4344
"Jint",
45+
"JITted",
4446
"LoongArch64",
4547
"macrobenchmark",
4648
"MediatR",
@@ -49,6 +51,9 @@
4951
"NodaTime",
5052
"Npgsql",
5153
"Sitnik's",
54+
"Sitnik",
55+
"Stepanov",
56+
"Yegor",
5257
"Wojciech",
5358
"Avalonia",
5459
"Gitter"

0 commit comments

Comments
 (0)