We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5e651 commit 3bf03beCopy full SHA for 3bf03be
1 file changed
.github/workflows/node.yaml
@@ -22,13 +22,11 @@ jobs:
22
arch: x86
23
- os: windows-11-arm
24
arch: arm64
25
- node-version: 20.x
26
# macos
27
- - os: macos-13
+ - os: macos-15-intel
28
arch: x64
29
- os: macos-14
30
31
- node-version: 16.x
32
# linux
33
- os: ubuntu-22.04
34
@@ -58,7 +56,7 @@ jobs:
58
56
uses: actions/setup-node@v6
59
57
with:
60
architecture: ${{ matrix.arch }}
61
- node-version: ${{ matrix.node-version || '14.x' }}
+ node-version: '20.x'
62
63
- name: run tests
64
if: ${{ !matrix.docker-arch }}
0 commit comments