Skip to content

Commit

Permalink
Merge pull request #12 from storybookjs/shilman/update-workflows
Browse files Browse the repository at this point in the history
Update workflows
  • Loading branch information
shilman authored Apr 3, 2023
2 parents 097fd53 + abef62f commit 3855c45
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 34 deletions.
27 changes: 0 additions & 27 deletions .github/workflows/linear-export.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 14.x
uses: actions/setup-node@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 14.x
uses: actions/setup-node@v1
- name: Use Node.js 16.x
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 16.x

- name: Install dependencies
uses: bahmutov/npm-install@v1

- name: Run tests
run: |
yarn test

0 comments on commit 3855c45

Please sign in to comment.