Skip to content

Commit

Permalink
[support-storybook7] github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
Sotaneum committed Jul 23, 2023
1 parent 7d06f75 commit b694f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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
- name: Use Node.js 18.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

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

0 comments on commit b694f1a

Please sign in to comment.