Skip to content

Commit

Permalink
ci: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gamemaker1 committed Jul 23, 2024
1 parent 7e9de33 commit 5c41614
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
node-version: [18, 20, 22]
steps:
- name: clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup pnpm
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v3
with:
version: 9
- name: setup node ${{ matrix.node-version }}
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
registry-url: 'https://registry.npmjs.org/'
Expand All @@ -34,13 +34,13 @@ jobs:
if: startsWith(github.ref, 'refs/tags/v')
steps:
- name: clone repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: setup pnpm
uses: pnpm/action-setup@v2.0.1
uses: pnpm/action-setup@v3
with:
version: 9
- name: setup node 22
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 22
registry-url: 'https://registry.npmjs.org/'
Expand Down

0 comments on commit 5c41614

Please sign in to comment.