Skip to content

Commit

Permalink
fix(deps): use cli-app-scripts alpha (#619)
Browse files Browse the repository at this point in the history
* fix(deps): use cli-app-scripts alpha

* ci: use node 14.x

* ci: use node 16.x
  • Loading branch information
KaiVandivier committed Apr 2, 2024
1 parent 76f9544 commit d67352f
Show file tree
Hide file tree
Showing 4 changed files with 6,648 additions and 4,863 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.1.1-alpha.1",
"@dhis2/cli-helpers-engine": "^3.2.1"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit d67352f

Please sign in to comment.