Skip to content

chore(deps-dev): bump @babel/preset-env from 7.22.2 to 7.24.4 (#572) #213

chore(deps-dev): bump @babel/preset-env from 7.22.2 to 7.24.4 (#572)

chore(deps-dev): bump @babel/preset-env from 7.22.2 to 7.24.4 (#572) #213

Workflow file for this run

name: 'DHIS2 Build and Release'
on:
push:
branches:
- master
jobs:
process:
name: Release
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16.x
- name: Install
run: yarn install --frozen-lockfile
- name: Test
run: yarn test
- name: Build
run: yarn build
- name: Publish
run: npx @dhis2/cli-utils release --publish npm
env:
GIT_AUTHOR_NAME: '@dhis2-bot'
GIT_AUTHOR_EMAIL: 'apps@dhis2.org'
GIT_COMMITTER_NAME: '@dhis2-bot'
GIT_COMMITTER_EMAIL: 'apps@dhis2.org'
NPM_TOKEN: ${{secrets.DHIS2_BOT_NPM_TOKEN}}
GH_TOKEN: ${{secrets.DHIS2_BOT_GITHUB_TOKEN}}
env:
CI: true