Skip to content

chore(deps): bump yn from 4.0.0 to 5.1.0 #124

chore(deps): bump yn from 4.0.0 to 5.1.0

chore(deps): bump yn from 4.0.0 to 5.1.0 #124

Workflow file for this run

name: build-verify-package
on:
push:
paths-ignore:
#- '.github/**'
- '.gitignore'
- 'LICENSE'
- '*.md'
pull_request:
paths-ignore:
- '.github/**'
- '.gitignore'
- 'LICENSE'
- '*.md'
permissions: read-all
jobs:
build-verify-package:
runs-on: ubuntu-latest
environment: Build
steps:
- name: Checkout Code
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Set Node.js 20.x
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 20.x
cache: 'yarn'
- name: Dependencies installation
run: yarn install
- name: Typescript compilation
run: yarn tsc
- name: Package build
run: yarn run build