Skip to content

Commit

Permalink
Tweak docs deployment workflow - use Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed May 13, 2024
1 parent b3b3c4e commit 43dbe04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Use Node.js 16.x
- name: Use Node.js 18.x
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 18
cache: npm

- name: Install dependencies
Expand Down

0 comments on commit 43dbe04

Please sign in to comment.