Skip to content

Commit afebef7

Browse files
committed
chore: bump node in npm release
1 parent 450ef7b commit afebef7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/npm_release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
build:
1313
name: Build
14-
runs-on: macos-12
14+
runs-on: macos-13
1515
outputs:
1616
npm_version: ${{ steps.npm_version_output.outputs.NPM_VERSION }}
1717
npm_tag: ${{ steps.npm_version_output.outputs.NPM_TAG }}
@@ -26,7 +26,7 @@ jobs:
2626
key: ${{ hashFiles('download_llvm.sh') }}
2727
- uses: actions/setup-node@v3
2828
with:
29-
node-version: 18
29+
node-version: 20
3030
registry-url: "https://registry.npmjs.org"
3131
- name: Install Python
3232
uses: actions/setup-python@v4
@@ -68,7 +68,7 @@ jobs:
6868
path: dist/dSYMs
6969
test:
7070
name: Test
71-
runs-on: macos-12
71+
runs-on: macos-13
7272
needs: build
7373
steps:
7474
- uses: actions/checkout@v3
@@ -79,7 +79,7 @@ jobs:
7979
key: ${{ hashFiles('download_llvm.sh') }}
8080
- uses: actions/setup-node@v3
8181
with:
82-
node-version: 18
82+
node-version: 20
8383
- name: Install Python
8484
uses: actions/setup-python@v4
8585
with:
@@ -133,7 +133,7 @@ jobs:
133133
steps:
134134
- uses: actions/setup-node@v3
135135
with:
136-
node-version: 18
136+
node-version: 20
137137
registry-url: "https://registry.npmjs.org"
138138
- uses: actions/download-artifact@v3
139139
with:
@@ -162,7 +162,7 @@ jobs:
162162
fetch-depth: 0
163163
- uses: actions/setup-node@v3
164164
with:
165-
node-version: 18
165+
node-version: 20
166166
- name: Setup
167167
run: npm install
168168
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)