Skip to content

Commit

Permalink
Merge pull request #110 from emulsify-ds/develop
Browse files Browse the repository at this point in the history
fix: adjust node version for github tests
  • Loading branch information
callinmullaney authored Apr 17, 2024
2 parents 00b9681 + 084cde5 commit 8f0e842
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 8f0e842

Please sign in to comment.