Skip to content

Commit

Permalink
chore: upgrade CI to Node v18
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Sep 30, 2022
1 parent 0f11180 commit b93d922
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ name: CI
on: push

env:
FILE_PATH_BOILERPLATE_APP_VERSION_INFO:
./apps/boilerplate-app/src/common/version/VersionInfo.ts
# echo ::set-output name=COMMIT::$GITHUB_SHA
# echo ::set-output name=BRANCH::${GITHUB_REF#refs/heads/}
# echo ::set-output name=TAG::${GITHUB_REF#refs/tags/}
FILE_PATH_BOILERPLATE_APP_VERSION_INFO: ./apps/boilerplate-app/src/common/version/VersionInfo.ts

jobs:
ci:
runs-on: ubuntu-latest
Expand All @@ -25,6 +22,7 @@ jobs:
BRANCH=${GITHUB_REF#refs/heads/}
TAG=''
if github.ref_type == 'tag'; then
echo "inside if"
TAG=${GITHUB_REF#refs/tags/}
fi
echo "write version, branch & commit id to $FILE_PATH_BOILERPLATE_APP_VERSION_INFO"
Expand Down

0 comments on commit b93d922

Please sign in to comment.