Skip to content

Commit

Permalink
Update CI runner and Node.js
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-lerch committed Dec 21, 2024
1 parent 074da8e commit c8767f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
website:
name: Website build and deploy
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Setup NodeJS
uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '22'
- name: Enable corepack for yarn
run: corepack enable
- name: Install Yarn packages
Expand Down

0 comments on commit c8767f2

Please sign in to comment.