We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4da0fa2 commit f0118d3Copy full SHA for f0118d3
.github/workflows/release.yml
@@ -35,7 +35,6 @@ jobs:
35
'linux-arm',
36
'linux-arm64',
37
'linux-x64',
38
- 'darwin-x64',
39
]
40
pair: [
41
'node:10',
@@ -49,8 +48,6 @@ jobs:
49
48
host-os: 'ubuntu-latest'
50
- platform: 'linux-x64'
51
52
- - platform: 'darwin-x64'
53
- host-os: 'macos-latest'
54
- pair: 'node:10'
55
language: 'node'
56
version: '10'
@@ -74,7 +71,7 @@ jobs:
74
71
run: echo "RELEASE_VERSION=${GITHUB_REF:11}" >> $GITHUB_ENV
75
72
- uses: actions/checkout@v2
76
73
- name: Use Node.js ${{ matrix.version }}
77
- uses: actions/setup-node@v1
+ uses: actions/setup-node@v4
78
with:
79
node-version: ${{ matrix.version }}
80
- name: Build adapter
0 commit comments