Skip to content

dev(deps-dev): bump typescript from 5.4.2 to 5.4.3 (#170) #93

dev(deps-dev): bump typescript from 5.4.2 to 5.4.3 (#170)

dev(deps-dev): bump typescript from 5.4.2 to 5.4.3 (#170) #93

Workflow file for this run

name: Release
on:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
release:
name: Release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
- name: Test
run: |
npm ci
npm i --no-save warframe-items@latest
npm i --no-save warframe-worldstate-data@latest
npm run lint
npm test
- name: Semantic Release
uses: cycjimmy/semantic-release-action@v4
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
with:
branches: |
['main']