Skip to content

Commit

Permalink
Update validate step
Browse files Browse the repository at this point in the history
  • Loading branch information
Starmordar committed May 24, 2024
1 parent 996b778 commit 3ae9b7f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,16 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install pnpm
uses: pnpm/action-setup@v3
with:
version: 6

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version-file: '.node-version'

- name: Cache NPM
uses: actions/cache@v4
with:
path: ~/.npm
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}
restore-keys: ${{ runner.os }}-modules-
cache: 'pnpm'

- name: Install Dependencies
run: pnpm install
Expand Down

0 comments on commit 3ae9b7f

Please sign in to comment.