Skip to content

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.39.1 to 8.40.0 #1388

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.39.1 to 8.40.0

build(deps-dev): bump @typescript-eslint/eslint-plugin from 8.39.1 to 8.40.0 #1388

Workflow file for this run

name: Test
on:
push:
branches:
- master
pull_request:
branches:
- master
permissions: read-all
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Setup Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: "22.x"
cache: npm
- name: Install, Build, and Test Package
run: |
npm install
npm install typescript
npm run build
npm run test
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Code Coverage
uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}