Skip to content

Bump the dev-dependencies group with 3 updates (#138) #295

Bump the dev-dependencies group with 3 updates (#138)

Bump the dev-dependencies group with 3 updates (#138) #295

Workflow file for this run

name: NodeJS
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
- name: Build
run: |
npm install
npm run test-npm
npm pack