Skip to content

Commit

Permalink
Use node 20 in github workflows
Browse files Browse the repository at this point in the history
Change-Id: I5850572bf604edd91b8a6f4e7b34ebf788e5c65b
  • Loading branch information
awesome-manuel committed Apr 19, 2024
1 parent 881760c commit 6bdeadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/edge_ghpage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-tags: true
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- name: Install and Build 🔧
run: |
yarn install --immutable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-tags: true
- uses: actions/setup-node@v4
with:
node-version: "18"
node-version: "20"
- run: yarn install --immutable
- run: yarn build
- run: |
Expand Down

0 comments on commit 6bdeadc

Please sign in to comment.