Skip to content

Commit

Permalink
ci: update ci action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ddadaal committed Nov 13, 2024
1 parent f8d1437 commit d049116
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4.0.0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18.x
node-version: 20.x
cache: pnpm

- name: Install dependencies
Expand Down

0 comments on commit d049116

Please sign in to comment.