Skip to content

build(deps-dev): bump @types/node from 16.18.57 to 24.8.1 #119

build(deps-dev): bump @types/node from 16.18.57 to 24.8.1

build(deps-dev): bump @types/node from 16.18.57 to 24.8.1 #119

Workflow file for this run

name: 'build'
on:
pull_request:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
- uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3.7.0
with:
node-version: 16
cache: yarn
- run: yarn
- run: yarn test
- run: yarn build
- run: yarn package