Skip to content

Commit

Permalink
Update action steps
Browse files Browse the repository at this point in the history
  • Loading branch information
TetraTsunami committed May 22, 2024
1 parent ee5e8ce commit 35908b2
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 @@ -9,20 +9,20 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.6
- name: Cache pnpm modules
uses: actions/cache@v3
uses: actions/cache@v4.0.2
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
restore-keys: |
${{ runner.os }}-
- uses: pnpm/action-setup@v2.2.4
- uses: pnpm/action-setup@v4.0.0
with:
version: latest
run_install: true
- name: Use Node.js 20.x
uses: actions/setup-node@v3.8.2
uses: actions/setup-node@v4.0.2
with:
node-version: 20.x
cache: "pnpm"
Expand Down

0 comments on commit 35908b2

Please sign in to comment.