Skip to content

Commit 3bf03be

Browse files
committed
chore: fix ci
1 parent ab5e651 commit 3bf03be

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/node.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ jobs:
2222
arch: x86
2323
- os: windows-11-arm
2424
arch: arm64
25-
node-version: 20.x
2625
# macos
27-
- os: macos-13
26+
- os: macos-15-intel
2827
arch: x64
2928
- os: macos-14
3029
arch: arm64
31-
node-version: 16.x
3230
# linux
3331
- os: ubuntu-22.04
3432
arch: x64
@@ -58,7 +56,7 @@ jobs:
5856
uses: actions/setup-node@v6
5957
with:
6058
architecture: ${{ matrix.arch }}
61-
node-version: ${{ matrix.node-version || '14.x' }}
59+
node-version: '20.x'
6260

6361
- name: run tests
6462
if: ${{ !matrix.docker-arch }}

0 commit comments

Comments
 (0)