Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit dd408c3

Browse files
committed
2 parents c970707 + 861d736 commit dd408c3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
release:
1515
name: Release
1616
runs-on: ubuntu-latest
17-
strategy:
18-
matrix:
19-
node-version: 12.x
2017
steps:
2118
- name: Checkout Repo
2219
uses: actions/checkout@master
@@ -25,10 +22,10 @@ jobs:
2522
# so that Changesets can generate changelogs with the correct commits
2623
fetch-depth: 0
2724

28-
- name: Use Node.js ${{ matrix.node-version }}
25+
- name: Use Node.js 12.x
2926
uses: actions/setup-node@master
3027
with:
31-
node-version: ${{ matrix.node-version }}
28+
node-version: 12.x
3229

3330
- name: Install dependencies
3431
run: yarn

0 commit comments

Comments
 (0)