Skip to content

Commit

Permalink
[github workflow] update pnpm version to 8
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaloup committed Nov 29, 2024
1 parent fea572b commit e910fa8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
node-version: [16]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install pnpm
uses: pnpm/action-setup@v2
uses: pnpm/action-setup@v4
with:
version: 7
version: 8
- name: Install, build and test
timeout-minutes: 5
run: |
Expand Down

0 comments on commit e910fa8

Please sign in to comment.