Skip to content

Commit

Permalink
Fix actions for pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebox committed Jan 3, 2024
1 parent 23fba85 commit 0a42e6a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,19 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: ['14.x']
node: ['16.x']
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node ${{ matrix.node }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: pnpm
cache-dependency-file: pnpm-lock.yaml

- uses: pnpm/action-setup@v2
name: Install pnpm
Expand Down

0 comments on commit 0a42e6a

Please sign in to comment.