Skip to content

Commit

Permalink
fix: specific version of pnpm install
Browse files Browse the repository at this point in the history
Getting this error on pnpm install with node 20... pnpm/pnpm#6424
  • Loading branch information
liana-p committed Jan 23, 2024
1 parent 604b6f2 commit 88a5972
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ide.yml
@@ -1,4 +1,4 @@
name: 'publish'
name: 'ide-release'

# This will trigger the action on each push to the `release` branch.
on:
Expand Down Expand Up @@ -35,6 +35,8 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
with:
version: latest

- name: install frontend dependencies
run: pnpm install # change this to npm or pnpm depending on which one you use
Expand Down

0 comments on commit 88a5972

Please sign in to comment.