Skip to content

Commit

Permalink
chore(repo): bump node version in the release script (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko authored Feb 11, 2024
1 parent 5029a0e commit 4dac289
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,14 @@ jobs:
test:
runs-on: ubuntu-latest

strategy:
matrix:
node_version: [16]

steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup
uses: ./.github/actions/setup
with:
node_version: ${{ matrix.node_version }}
node_version: 18

- name: Test
uses: ./.github/actions/test
Expand Down

0 comments on commit 4dac289

Please sign in to comment.