Skip to content

Commit

Permalink
Merge pull request #1341 from GSA/1340-gh-pages
Browse files Browse the repository at this point in the history
1340: Update node version to resolve SB build error
  • Loading branch information
yerramshilpa authored Oct 23, 2023
2 parents 229f27a + 3b49178 commit 6aa998b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy-storybook.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@v1
with:
node-version: '14.x'
node-version: '16.x'
- name: Install Node Packages
run: npm i
- name: Build Stackblitz HTMLs
Expand Down

0 comments on commit 6aa998b

Please sign in to comment.