Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Jul 11, 2024
1 parent 5022a5a commit b00e2df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node_version: [16, 18, 20]
node_version: [18, 20, 22]
fail-fast: false

name: "node-${{ matrix.node_version }}, ${{ matrix.os }}"
name: 'node-${{ matrix.node_version }}, ${{ matrix.os }}'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
cache: "pnpm"
cache: 'pnpm'

- name: Install deps
run: pnpm install
Expand Down

0 comments on commit b00e2df

Please sign in to comment.