Skip to content

Commit

Permalink
ci: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pilaton committed Dec 2, 2023
1 parent 5bf39b4 commit 9d257c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ jobs:
matrix:
node-version: [18.x, 21.x]
steps:
- uses: actions/checkout
- uses: actions/checkout@main

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node
uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
cache: pnpm

- name: Install pnpm
uses: pnpm/action-setup
uses: pnpm/action-setup@master
with:
version: latest

Expand Down

0 comments on commit 9d257c1

Please sign in to comment.