Skip to content

dev(deps-dev): bump @types/chai from 4.3.10 to 4.3.11 (#153) #76

dev(deps-dev): bump @types/chai from 4.3.10 to 4.3.11 (#153)

dev(deps-dev): bump @types/chai from 4.3.10 to 4.3.11 (#153) #76

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: ${{ secrets.GH_TOKEN }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Test
run: |
npm ci
npm i warframe-items@latest
npm run lint
npm test
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
semantic_version: 17
branches: |
['main']