Skip to content

Commit

Permalink
Merge branch 'main' into CSP
Browse files Browse the repository at this point in the history
  • Loading branch information
faris-imi authored Nov 5, 2024
2 parents 1c1aa87 + e3d30a9 commit 71fc484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/environment/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:

steps:
- name: Setup pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v4
with:
version: 8.x
run_install: false
Expand All @@ -15,4 +15,4 @@ runs:
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
registry-url: 'https://registry.npmjs.org'
registry-url: 'https://registry.npmjs.org'

0 comments on commit 71fc484

Please sign in to comment.