Skip to content

Commit

Permalink
chore(gh workflows): use node version 18.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammer5 committed Mar 21, 2024
1 parent b5c63f9 commit a2dba5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/dhis2-verify-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ env:
NPM_TOKEN: ${{secrets.DHIS2_BOT_NPM_TOKEN}}
GH_TOKEN: ${{secrets.DHIS2_BOT_GITHUB_TOKEN}}
D2_VERBOSE: true
NODE_OPTIONS: '--openssl-legacy-provider'

jobs:
build:
Expand All @@ -21,7 +22,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

- uses: c-hive/gha-yarn-cache@v1
- run: |
Expand All @@ -46,7 +47,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

- uses: actions/download-artifact@v2
with:
Expand All @@ -67,7 +68,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

- uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -97,7 +98,7 @@ jobs:

- uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 18.x

- uses: actions/download-artifact@v2
with:
Expand Down Expand Up @@ -136,7 +137,7 @@ jobs:
token: ${{env.GH_TOKEN}}
- uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 18.x
cache: 'yarn'

- uses: actions/download-artifact@v2
Expand Down
4 changes: 2 additions & 2 deletions collections/forms/i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2024-03-21T01:41:39.370Z\n"
"PO-Revision-Date: 2024-03-21T01:41:39.370Z\n"
"POT-Creation-Date: 2024-03-21T09:13:47.826Z\n"
"PO-Revision-Date: 2024-03-21T09:13:47.826Z\n"

msgid "Upload file"
msgstr "Upload file"
Expand Down

0 comments on commit a2dba5c

Please sign in to comment.