Skip to content

Commit

Permalink
Merge pull request #12 from geoblocks/updates
Browse files Browse the repository at this point in the history
Update github actions
  • Loading branch information
fredj authored Jul 5, 2024
2 parents 3acf188 + 1744313 commit 3837532
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 @@ -7,11 +7,11 @@ env:

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 5

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Npm setup
run: node --version && npm ci && du -sh node_modules
Expand Down

0 comments on commit 3837532

Please sign in to comment.