Skip to content

Bump the npm group in /app with 1 update (#155) #22

Bump the npm group in /app with 1 update (#155)

Bump the npm group in /app with 1 update (#155) #22

Workflow file for this run

name: cd
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.3.0
- uses: actions/setup-node@v3.6.0
with:
node-version: "18"
- run: npm ci
- run: npm run deps
- uses: JS-DevTools/npm-publish@v2.1.0
with:
token: ${{ secrets.NPM_TOKEN }}