Skip to content

Commit

Permalink
fix: publish unstable with node 18.x only
Browse files Browse the repository at this point in the history
  • Loading branch information
mate-from-mattr committed Sep 18, 2023
1 parent d45e43c commit 81f7dca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@ jobs:
name: Build, test, and publish unstable release
if: "contains(github.event.head_commit.message, 'chore(release): publish')"
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
node-version: 18.x
- run: yarn
- run: yarn install --frozen-lockfile
- run: yarn lint
Expand Down

0 comments on commit 81f7dca

Please sign in to comment.