development #7

Merged
leandro merged 13 commits from development into master 2025-05-30 15:48:18 +00:00
Showing only changes of commit 1bf323e0c5 - Show all commits

View file

@ -118,7 +118,7 @@ jobs:
publish-git:
runs-on: docker
container:
image: ubuntu-latest
image: node:20-alpine
needs: [build-and-test]
steps:
- uses: actions/setup-node@v4
@ -130,6 +130,10 @@ jobs:
with:
path: lhmask
name: lhmask
- name: Publish to NPM (staging)
run: |
cd lhmask
npm publish
finish:
runs-on: docker