Skip to content

Commit

Permalink
pin pnpm version to workaround node16 eol (#936)
Browse files Browse the repository at this point in the history
Signed-off-by: Teo Koon Peng <[email protected]>
  • Loading branch information
koonpeng committed Apr 17, 2024
1 parent e6a2eae commit 02a9c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/bootstrap/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
steps:
- uses: pnpm/[email protected]
with:
version: 'latest'
version: '8.15.7'
- uses: actions/setup-node@v2
with:
node-version: '16'
Expand Down

0 comments on commit 02a9c44

Please sign in to comment.