Skip to content

chore: update dependency #11

chore: update dependency

chore: update dependency #11

Workflow file for this run

name: Build NPM package
on:
push:
branches:
- 'main'
jobs:
init:
runs-on: ubuntu-latest
steps:
- uses: milaboratory/github-ci/actions/context/init@v4
with:
version-canonize: false
branch-versioning: main
- id: pkg_version
uses: milaboratory/github-ci/actions/helpers/jq@v4
with:
file: "./package.json"
select: '.version'
run:
needs:
- init
uses: milaboratory/github-ci-internal/.github/workflows/node-go-simple.yaml@v4
with:
app-name: Small cross-platform utils
app-name-slug: 'small-cross-platform-packages'
notify-telegram: true
node-version: '20.x'
golang-version: '1.22'
is-electron-application: 'false'
always-auth: 'true'
build-script-name: 'build'
test: false
test-script-name: 'test'
publish-script-name: 'release'
aws-publish-enable: true
aws-iam-role-to-assume: 'arn:aws:iam::511903394050:role/milab-euce1-prod-github-oidc-role-pl-registry'
secrets:
TELEGRAM_NOTIFICATION_TARGET: ${{ secrets.TG_CHANNEL_MIBUILDS }}
TELEGRAM_API_TOKEN: ${{ secrets.TG_CI_BOT_TOKEN }}
GH_PAT: ${{ secrets.GH_PAT_CLASSIC_BLOCKS }}