Skip to content

Commit

Permalink
(chore): Update CI workflow to use Ubuntu 24.04 and Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen committed Dec 20, 2024
1 parent a7be22e commit a1a1fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest]
node: [18]
os: [ubuntu-24.04]
node: [20]

steps:
- name: Checkout 🛎
Expand Down

0 comments on commit a1a1fb7

Please sign in to comment.