diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a3393d..1e1e9f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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