Skip to content

Commit

Permalink
🐛 FIX: env (5)
Browse files Browse the repository at this point in the history
  • Loading branch information
jycouet committed Sep 22, 2022
1 parent a159d94 commit 2701a21
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Expand Up @@ -34,6 +34,13 @@ jobs:
with:
node-version: 17

- uses: pnpm/action-setup@v2.0.1
name: Install pnpm
id: pnpm-install
with:
version: 7
run_install: false

- name: Install Dependencies
run: pnpm i

Expand Down

1 comment on commit 2701a21

@vercel
Copy link

@vercel vercel bot commented on 2701a21 Sep 22, 2022

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:

kitql – ./

www.kitql.dev
kitql-jycouet.vercel.app
kitql-git-main-jycouet.vercel.app
kitql.dev
kitql.vercel.app

Please sign in to comment.