Skip to content

Bump the npm-dependencies group in /npm-module with 3 updates #110

Bump the npm-dependencies group in /npm-module with 3 updates

Bump the npm-dependencies group in /npm-module with 3 updates #110

name: NPM / TypeScript - Build
on: [pull_request]
defaults:
run:
working-directory: npm-module
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v4
- name: Build with Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: yarn install --production=false
- run: yarn build
env:
CI: true