Skip to content

Commit

Permalink
Use Node 20 in GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
hupf committed Jan 11, 2024
1 parent c2fe6c4 commit d9c59ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bom.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18]
node-version: [20]

steps:
- name: Checkout 🛎️
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
node-version: [18]
node-version: [20]

steps:
- name: Checkout 🛎️
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
node-version: [18]
node-version: [20]

steps:
- name: Checkout 🛎️
Expand All @@ -30,7 +30,7 @@ jobs:
npm run build-storybook
- name: Deploy Storybook 🚀
uses: JamesIves/github-pages-deploy-action@4.1.0
uses: JamesIves/github-pages-deploy-action@v4
with:
branch: gh-pages
folder: storybook-static

0 comments on commit d9c59ed

Please sign in to comment.