Skip to content

ci: bump nodemon from 3.1.4 to 3.1.7 (#335) #92

ci: bump nodemon from 3.1.4 to 3.1.7 (#335)

ci: bump nodemon from 3.1.4 to 3.1.7 (#335) #92

Workflow file for this run

name: Release
on:
push:
branches:
- master
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Verify
run: |
npm ci --omit=optional
npm install --no-save warframe-worldstate-parser@^4.x warframe-worldstate-data@^2.x
npm run lint
npx commitlint --from=HEAD~1
npm test
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
branches: |
['master']