Skip to content

Commit

Permalink
Merge pull request #538 from UKHomeOffice/update-pnpm
Browse files Browse the repository at this point in the history
CI: Update PNPM
  • Loading branch information
daniel-ac-martin authored Aug 12, 2023
2 parents 979fcae + 9853662 commit 09a7567
Show file tree
Hide file tree
Showing 3 changed files with 2,037 additions and 797 deletions.
6 changes: 3 additions & 3 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
- name: Setup PNPM
uses: pnpm/action-setup@v2.2.4
with:
version: 6.32.3
version: 7.33.6
run_install: false

- name: Setup Node.js
Expand All @@ -42,7 +42,7 @@ runs:
if: ${{ !inputs.frozen-lockfile || inputs.frozen-lockfile == 'false' }}
uses: pnpm/action-setup@v2.2.4
with:
version: 6.32.3
version: 7.33.6
run_install: |
recursive: true
args: [--no-frozen-lockfile]
Expand All @@ -51,5 +51,5 @@ runs:
if: ${{ inputs.frozen-lockfile && inputs.frozen-lockfile != 'false' }}
uses: pnpm/action-setup@v2.2.4
with:
version: 6.32.3
version: 7.33.6
run_install: true
2 changes: 1 addition & 1 deletion .github/workflows/change-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [ '14', '16', '18' ]
node: [ '16', '18', '20' ]
steps:

- name: Check out repository
Expand Down
Loading

1 comment on commit 09a7567

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

🎉 Published on https://hods.netlify.app as production
🚀 Deployed on https://64d77dee2fce3c7c811942e9--hods.netlify.app

Please # to comment.