Skip to content

Commit

Permalink
Update Node & Ubuntu versions (#2439)
Browse files Browse the repository at this point in the history
* Update Node & Ubuntu versions

* Add debug fetch

* Remove debug fetch

* Delete debug fetch

* Revert package-lock.json changes
  • Loading branch information
corrideat authored Nov 30, 2024
1 parent 4464fea commit 053a819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ on:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: 'npm'
- run: npm ci
- run: npm test

0 comments on commit 053a819

Please sign in to comment.