Skip to content

Commit

Permalink
chore: pin node version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jul 19, 2024
1 parent 39258d0 commit bd5e5eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,10 @@ jobs:
php-version: '8.3'
- uses: actions/setup-node@v4
with:
node-version: '22'
node-version: '22.4.x' # See https://github.com/npm/cli/issues/7657 for why we pinned this version
- name: Lint project
run: |
cd src
npm cache clean --force
just install lint
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit bd5e5eb

Please sign in to comment.