Skip to content
This repository was archived by the owner on Feb 26, 2025. It is now read-only.

Commit 81f7dca

Browse files
fix: publish unstable with node 18.x only
1 parent d45e43c commit 81f7dca

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/push-master.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ jobs:
1010
name: Build, test, and publish unstable release
1111
if: "contains(github.event.head_commit.message, 'chore(release): publish')"
1212
runs-on: ubuntu-latest
13-
strategy:
14-
matrix:
15-
node-version: [14.x, 16.x, 18.x]
1613
steps:
1714
- uses: actions/checkout@v2
1815
- uses: actions/setup-node@v1
1916
with:
20-
node-version: ${{ matrix.node-version }}
17+
node-version: 18.x
2118
- run: yarn
2219
- run: yarn install --frozen-lockfile
2320
- run: yarn lint

0 commit comments

Comments
 (0)