Skip to content

Commit

Permalink
ignore engines in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jan 16, 2025
1 parent 46e7737 commit 0500e3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
- uses: actions/setup-node@v4
with:
cache: "npm"
- run: npm config set engine-strict=false
- run: npm install
- run: echo PKG_VERSION="$(git show --no-patch --format=0.0.0-build-%ct.pr-${{ github.event.pull_request.number }}.commit-%h)" >> $GITHUB_ENV
- run: npm pkg set "version=${{ env.PKG_VERSION }}"
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
with:
node-version: 18.x

- run: npm config set engine-strict=false

- name: Install dependencies
run: npm ci

Expand Down

0 comments on commit 0500e3c

Please sign in to comment.