Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f0118d3

Browse files
authoredMay 14, 2024
Upgrade setup-node action and disable broken darwin build
1 parent 4da0fa2 commit f0118d3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed
 

‎.github/workflows/release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
'linux-arm',
3636
'linux-arm64',
3737
'linux-x64',
38-
'darwin-x64',
3938
]
4039
pair: [
4140
'node:10',
@@ -49,8 +48,6 @@ jobs:
4948
host-os: 'ubuntu-latest'
5049
- platform: 'linux-x64'
5150
host-os: 'ubuntu-latest'
52-
- platform: 'darwin-x64'
53-
host-os: 'macos-latest'
5451
- pair: 'node:10'
5552
language: 'node'
5653
version: '10'
@@ -74,7 +71,7 @@ jobs:
7471
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
7572
- uses: actions/checkout@v2
7673
- name: Use Node.js ${{ matrix.version }}
77-
uses: actions/setup-node@v1
74+
uses: actions/setup-node@v4
7875
with:
7976
node-version: ${{ matrix.version }}
8077
- name: Build adapter

0 commit comments

Comments
 (0)
Please sign in to comment.