Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lideming committed Oct 31, 2023
1 parent 6235617 commit 5572915
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,16 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Use Node.js 14.x
uses: actions/setup-node@v2
- name: Use Node.js 18.x
uses: actions/setup-node@v3
with:
node-version: 14.x

- name: Cache .pnpm-store
uses: actions/cache@v1
with:
path: ~/.pnpm-store
key: ${{ runner.os }}-node14-${{ hashFiles('**/pnpm-lock.yaml') }}
node-version: 18
cache: pnpm

- name: Install pnpm
run: curl -f https://get.pnpm.io/v6.js | node - add --global pnpm@6
run: npx pnpm@8 add --global pnpm@8

- name: Install dependencies
if: steps.cache_node_modules.outputs.cache-hit != 'true'
run: |
pnpm install --frozen-lockfile
Expand Down

1 comment on commit 5572915

@vercel
Copy link

@vercel vercel bot commented on 5572915 Oct 31, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

webfx – ./

webfx-lideming.vercel.app
webfx.yuuza.net
webfx-git-master-lideming.vercel.app

Please sign in to comment.