-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from AlirezaRa94/resolve-conflicts
Update the CI
- Loading branch information
Showing
9 changed files
with
852 additions
and
311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,9 +16,9 @@ jobs: | |
runs-on: ${{ matrix.os }} | ||
strategy: | ||
matrix: | ||
os: [ubuntu-18.04] | ||
os: [ubuntu-latest] | ||
include: | ||
- os: ubuntu-18.04 | ||
- os: ubuntu-latest | ||
PLATFORM: Linux-x86_64 | ||
# - os: ubuntu-latest | ||
# PLATFORM: Linux-x86_64 | ||
|
@@ -32,8 +32,8 @@ jobs: | |
shell: bash -l {0} | ||
run: | | ||
export NVM_VERSION=0.39.0 | ||
export NODE_VERSION=16.15.0 | ||
export NPM_VERSION=6.14.15 | ||
export NODE_VERSION=18.17.0 | ||
export NPM_VERSION=8.5.5 | ||
export NVM_DIR="$HOME/.nvm" | ||
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v$NVM_VERSION/install.sh | bash | ||
echo "Setting up the variables to run nvm" | ||
|
@@ -50,6 +50,7 @@ jobs: | |
fi | ||
npm install -g [email protected] | ||
npm install enketo-transformer | ||
npm install libxslt | ||
- name: Run the transformer script | ||
shell: bash -l {0} | ||
|
@@ -60,8 +61,8 @@ jobs: | |
- name: Commit | ||
run: | | ||
git config --global user.name 'asiripanich' | ||
git config --global user.email '[email protected].github.com' | ||
git config --global user.name 'GitHub Action' | ||
git config --global user.email 'action@github.com' | ||
git add data-json | ||
git commit --no-verify -m 'Update data-json' || echo "No changes to commit" | ||
git push || echo "No changes to commit" |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.