Skip to content

Commit

Permalink
fix: adjust node version for github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Callin Mullaney committed Apr 17, 2024
1 parent 00b9681 commit 084cde5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-component-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '16.13'
node-version: '20'
- name: Install dependencies
run: npm ci
- name: Build storybook
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v2
with:
node-version: '16.13'
node-version: '20'
- name: Install
run: npm install
- name: Release
Expand Down

0 comments on commit 084cde5

Please sign in to comment.