Skip to content

Commit

Permalink
chore: update pnpm in CI workflows (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusabelli authored Dec 3, 2023
1 parent 0aa5862 commit 9be44a2
Show file tree
Hide file tree
Showing 3 changed files with 1,709 additions and 1,822 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Setup PNPM ${{ matrix.pnpm-version }}
uses: pnpm/action-setup@v2.4.0
with:
version: 7.29.3
version: 8.x.x
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm test
8 changes: 4 additions & 4 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.29.3
version: 8.x.x
- run: pnpm install --frozen-lockfile
- run: pnpm build
- run: pnpm test
Expand All @@ -29,11 +29,11 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
registry-url: https://registry.npmjs.org/
- uses: pnpm/action-setup@v2.4.0
with:
version: 7.29.3
version: 8.x.x
- run: pnpm install --frozen-lockfile
- run: npm publish
env:
Expand Down
Loading

0 comments on commit 9be44a2

Please sign in to comment.