Skip to content

Commit 4dac289

Browse files
chore(repo): bump node version in the release script (#225)
1 parent 5029a0e commit 4dac289

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,14 @@ jobs:
2626
test:
2727
runs-on: ubuntu-latest
2828

29-
strategy:
30-
matrix:
31-
node_version: [16]
32-
3329
steps:
3430
- uses: actions/checkout@v3
3531
with:
3632
fetch-depth: 0
3733
- name: Setup
3834
uses: ./.github/actions/setup
3935
with:
40-
node_version: ${{ matrix.node_version }}
36+
node_version: 18
4137

4238
- name: Test
4339
uses: ./.github/actions/test

0 commit comments

Comments
 (0)