Skip to content

Commit

Permalink
update pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann committed Dec 16, 2023
1 parent ed2f243 commit aaedfd8
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v4
with:
version: 7
- uses: actions/setup-node@v2
with:
node-version: 14
node-version: 16
cache: 'pnpm'
- run: pnpm install
- run: pnpm lint
Expand All @@ -21,16 +19,14 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14, 16, 18]
node-version: [16, 18, 20]
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
with:
version: 7
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'pnpm'
Expand Down

0 comments on commit aaedfd8

Please sign in to comment.