Skip to content

Commit

Permalink
ci: used node 18 and checkoutv4
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Mukiienko committed Dec 18, 2023
1 parent 49660a5 commit 7c14708
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'npm'
- name: Install packages
run: npm ci
- name: Deploy storybook to Github Pages
Expand Down

0 comments on commit 7c14708

Please sign in to comment.