Skip to content

Commit

Permalink
update ubuntu to fix depcheck ci
Browse files Browse the repository at this point in the history
  • Loading branch information
znarf committed Nov 23, 2023
1 parent 9612871 commit 1f432e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Update apt
run: sudo apt-get update || exit 0

- name: Checkout
uses: actions/checkout@v4

- name: Setup node
uses: actions/setup-node@v3
with:
node-version-file: 'package.json'

# Npm cache

- name: Restore .npm cache
Expand Down

0 comments on commit 1f432e5

Please sign in to comment.