Skip to content

Commit

Permalink
update ci again
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Nov 23, 2024
1 parent 6b4806f commit 4cb2e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
- .github/workflows/ci.yml
jobs:
test:
runs-on: ubuntu-20.04
name: Test on Node 20
runs-on: ubuntu-24.04
name: Test on Node 22
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
node-version: 22
cache: pnpm

- name: Install
Expand Down

0 comments on commit 4cb2e88

Please sign in to comment.