Skip to content

Commit

Permalink
fix(deps): upgrade @dhis2/cli-app-scripts for peer deps fixes [LIBS-5…
Browse files Browse the repository at this point in the history
…78] (#624)

* fix(deps): upgrade to @dhis2/cli-app-scripts v11.1.1 for peer deps fixes

* ci: use Node 16.x

* chore: latest cli-app-scripts
  • Loading branch information
KaiVandivier authored Jul 4, 2024
1 parent 76f9544 commit 02ce484
Show file tree
Hide file tree
Showing 4 changed files with 6,642 additions and 4,858 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dhis2-deploy-netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x

- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dhis2-verify-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x

- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x

- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
Expand All @@ -59,7 +59,7 @@ jobs:
token: ${{env.GH_TOKEN}}
- uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x

- uses: c-hive/gha-yarn-cache@v1
- run: yarn install --frozen-lockfile
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"license": "BSD-3-Clause",
"private": false,
"dependencies": {
"@dhis2/cli-app-scripts": "^8.3.0",
"@dhis2/cli-app-scripts": "^11.6.0",
"@dhis2/cli-helpers-engine": "^3.2.1"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 02ce484

Please sign in to comment.