File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 61
61
- uses : actions/checkout@v4
62
62
# Set up the environment
63
63
- name : Set up Clang
64
- uses : egor-tensin/setup-clang@v1
64
+ uses : egor-tensin/setup-clang@ef434b41eb33a70396fb336b1bae39c76d740c3d # v1.4
65
65
with :
66
66
version : latest
67
67
platform : x64
70
70
- name : Set up node
71
71
uses : actions/setup-node@v4
72
72
with :
73
- node-version : " 20 "
73
+ node-version : " 22 "
74
74
- name : Set up v8
75
75
run : npm install jsvu -g && jsvu --os=linux64 --engines=v8 && echo "$HOME/.jsvu/bin" >> $GITHUB_PATH
76
76
- name : Install wasm-tools workload
@@ -91,13 +91,13 @@ jobs:
91
91
path : " **/*.trx"
92
92
93
93
test-macos :
94
- runs-on : macos-13
94
+ runs-on : macos-15
95
95
steps :
96
96
- uses : actions/checkout@v4
97
97
- name : Set up node
98
98
uses : actions/setup-node@v4
99
99
with :
100
- node-version : " 20 "
100
+ node-version : " 22 "
101
101
- name : Set up v8
102
102
run : npm install jsvu -g && jsvu --os=mac64 --engines=v8 && echo "$HOME/.jsvu/bin" >> $GITHUB_PATH
103
103
- name : Install wasm-tools workload
@@ -138,9 +138,9 @@ jobs:
138
138
- uses : actions/setup-node@v4
139
139
name : Setup node
140
140
with :
141
- node-version : " 18 "
141
+ node-version : " 22 "
142
142
- name : Install cSpell
143
- run : npm install -g cspell@8 .0.0
143
+ run : npm install -g cspell@9 .0.2
144
144
- name : Copy cSpell config
145
145
run : cp ./build/cSpell.json ./cSpell.json
146
146
- name : Run cSpell
Original file line number Diff line number Diff line change 39
39
"ignoreWords" : [
40
40
" Akinshin" ,
41
41
" Andrey" ,
42
+ " Cassell" ,
42
43
" Expecto" ,
43
44
" Jint" ,
45
+ " JITted" ,
44
46
" LoongArch64" ,
45
47
" macrobenchmark" ,
46
48
" MediatR" ,
49
51
" NodaTime" ,
50
52
" Npgsql" ,
51
53
" Sitnik's" ,
54
+ " Sitnik" ,
55
+ " Stepanov" ,
56
+ " Yegor" ,
52
57
" Wojciech" ,
53
58
" Avalonia" ,
54
59
" Gitter"
You can’t perform that action at this time.
0 commit comments