Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
jerrykingxyz committed Jan 3, 2025
1 parent 3062e2b commit d55dd54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/pnpm-cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ runs:
if: ${{ inputs.node-version != '16' }}
shell: bash
run: |
echo "enable corepack"
corepack enable
# https://pnpm.io/continuous-integration#github-actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ jobs:
strategy:
fail-fast: false # Build and test everything so we can look at all the errors
matrix:
node: ${{ fromJSON(contains(inputs.target, 'linux') && github.ref_name == 'main' && '[16, 18, 20]' || '[18]' )}}
node: ${{ fromJSON(contains(inputs.target, 'linux') && github.ref_name == 'main' && '[16, 18, 20]' || '[16, 18]' )}}
name: Test Node ${{ matrix.node }}
env:
PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD: true
Expand Down

0 comments on commit d55dd54

Please sign in to comment.