Skip to content

Commit

Permalink
fix: ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
WindRunnerMax committed Oct 16, 2024
1 parent 6acd7f4 commit bf2fd1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ permissions:
jobs:
ci:
name: ${{ matrix.command }}
runs-on: ubuntu-latest
# Pin the version to avoid dependency installation issues
runs-on: ubuntu-22.04
strategy:
matrix:
command:
Expand All @@ -31,6 +32,6 @@ jobs:
key: node20

- name: Run ${{ matrix.command }}
run: export YARN_ENABLE_IMMUTABLE_INSTALLS=false && yarn && yarn build && yarn ${{ matrix.command }}
run: yarn && yarn build && yarn ${{ matrix.command }}
env:
CI: true

0 comments on commit bf2fd1f

Please sign in to comment.