Skip to content

[tech] Bump mantine version to 7.16.2 (#430) #320

[tech] Bump mantine version to 7.16.2 (#430)

[tech] Bump mantine version to 7.16.2 (#430) #320

Workflow file for this run

name: Release to npm
on:
push:
paths:
- 'package.json'
branches:
- main
jobs:
release:
uses: HyperPlay-Gaming/workflows/.github/workflows/npm_publish.yml@main
with:
node_version: '22'
pkg_manager: 'yarn'
pkg_manager_add_dev_dep: 'yarn add -D'
install: 'yarn install --immutable --frozen-lockfile'
build: 'yarn build'
publish: 'yarn publish'
secrets:
NPM_TOKEN: '${{ secrets.NPM_TOKEN }}'