Skip to content

Commit

Permalink
update build flow
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hub committed Dec 13, 2024
1 parent 5bfb369 commit a801c48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ jobs:
node-version: [18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4.2.2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v4.1.0
with:
node-version: ${{ matrix.node-version }}
- name: run install
uses: pnpm/action-setup@v4
uses: pnpm/action-setup@v4.0.0
with:
version: 6 # local version is 7 but it's not supported by the action, this is why the next line we use no-frozen-lockfile
- run: pnpm install --no-frozen-lockfile
Expand Down

0 comments on commit a801c48

Please sign in to comment.