Skip to content

Commit

Permalink
Merge pull request #545 from hmcts/DTSPO-18493/update-deps
Browse files Browse the repository at this point in the history
DTSPO-18493 - Add updates from labs
  • Loading branch information
endakelly authored Aug 9, 2024
2 parents 40fa0b9 + 58b604f commit be21802
Show file tree
Hide file tree
Showing 1,715 changed files with 42,366 additions and 13,390 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18.17
- run: corepack enable && yarn --version
working-directory: ./skeleton
- name: Run CI checks
Expand Down
4 changes: 2 additions & 2 deletions charts/rpe-template-expressjs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ appVersion: '1.0'
description: A Helm chart for rpe-template-expressjs App
name: rpe-template-expressjs
home: https://github.com/hmcts/rpe-template-expressjs
version: 0.0.5
version: 0.0.6
dependencies:
- name: nodejs
version: 2.4.17
version: 3.1.1
repository: 'https://hmctspublic.azurecr.io/helm/v1/repo/'
14 changes: 5 additions & 9 deletions skeleton/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,10 @@ smoke-output/
functional-output/
version

# yarn v2
.yarn/*
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# yarn v2 zero-install
!.pnp.cjs
!.yarn/unplugged
!.yarn/cache/*
!.yarn/patches
!.yarn/plugins
!.yarn/cache
!.yarn/releases
!.yarn/sdks
!.yarn/versions
2 changes: 1 addition & 1 deletion skeleton/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.16.0
18.17.0
17,508 changes: 10,233 additions & 7,275 deletions skeleton/.pnp.cjs
100644 → 100755

Large diffs are not rendered by default.

Loading

0 comments on commit be21802

Please sign in to comment.