Skip to content

Commit

Permalink
Upgrade setup-node action and disable broken darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed May 28, 2024
1 parent 52c5b1d commit 9fa45e3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
'linux-arm',
'linux-arm64',
'linux-x64',
'darwin-x64',
]
pair: [
'node:10',
Expand All @@ -49,8 +48,6 @@ jobs:
host-os: 'ubuntu-latest'
- platform: 'linux-x64'
host-os: 'ubuntu-latest'
- platform: 'darwin-x64'
host-os: 'macos-latest'
- pair: 'node:10'
language: 'node'
version: '10'
Expand All @@ -74,7 +71,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF:10}" >> $GITHUB_ENV
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.version }}
- name: Build adapter
Expand Down

0 comments on commit 9fa45e3

Please sign in to comment.