Skip to content

Commit

Permalink
reorder jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 23, 2023
1 parent 0bbbb54 commit 6cf9f77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ runs:
- name: Check out
uses: actions/checkout@v3

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2

- name: Use Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
cache: pnpm

- name: Setup pnpm
uses: pnpm/action-setup@v2.2.2

- name: Install Dependencies
shell: bash

Expand Down

0 comments on commit 6cf9f77

Please sign in to comment.