Skip to content

Commit 9e0d558

Browse files
authored
Merge pull request #282 from rezstream/build-environment-update
Build environment updates
2 parents 8487b5f + c61f2db commit 9e0d558

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,13 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
node:
20-
- 22
21-
- 23
20+
- 24
2221
os:
2322
- macos-latest
2423
- ubuntu-latest
2524
- windows-latest
25+
- ubuntu-24.04-arm
26+
- windows-11-arm
2627

2728
steps:
2829
- name: Check out repository

0 commit comments

Comments
 (0)