Skip to content

fix(items): new items #4024

fix(items): new items

fix(items): new items #4024

Workflow file for this run

name: Release
on:
push:
branches:
- master
paths:
- 'build/**'
- 'data/**'
- 'index.m?js'
- 'index.d.ts'
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
fetch-depth: 5
- uses: leafo/[email protected]
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- run: npm ci
- run: npm i -D warframe-patchlogs@^2
- run: npm i --no-save warframe-worldstate-data@^2
- run: npm run lint
- name: Run commitlint
run: npx commitlint --last
- run: npm test
env:
NODE_OPTIONS: '--max_old_space_size=5120'
- name: Semantic Release
uses: cycjimmy/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
branches: |
['master']