Skip to content

Commit

Permalink
Update github action node version to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-mckenna committed Sep 24, 2024
1 parent 4babfc5 commit beef72e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12.4.0
node-version: 20
- run: npm install
- run: npm run build --if-present
- run: npm test
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Set Node version
uses: actions/setup-node@v4
with:
node-version: 12.4.0
node-version: 20
- name: Install
run: |
cd packages/design-system-website
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 12.4.0
node-version: 20
- run: npm install
- run: npm run build --if-present
- run: npm test
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Set Node version
uses: actions/setup-node@v4
with:
node-version: 12.4.0
node-version: 20
registry-url: https://registry.npmjs.org
- name: Install all package dependencies
run: npm install
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

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

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit beef72e

Please sign in to comment.