Skip to content

Commit

Permalink
Bump versions in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Jan 11, 2024
1 parent f13bcda commit fc5661c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: pnpm/action-setup@v2
with:
version: 8.6.3
version: 8.14.1

- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "17"
node-version: "20"
cache: "pnpm"

- name: Install
Expand Down

0 comments on commit fc5661c

Please sign in to comment.