Skip to content

Commit

Permalink
update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Jul 4, 2024
1 parent a8c9dfe commit 7edc668
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
@@ -16,12 +16,12 @@ runs:
run: echo "auto-install-peers=false" > .npmrc
if: inputs.use_pinned_node == 'false'
shell: bash
- uses: pnpm/action-setup@v2
- uses: pnpm/action-setup@v3
name: Install pnpm
with:
version: 8
run_install: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
- name: lint
run: pnpm lint
@@ -48,7 +48,7 @@ jobs:
matrix: ${{fromJson(needs.preflight.outputs.matrix)}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/setup
with:
use_lockfile: false

0 comments on commit 7edc668

Please sign in to comment.