Skip to content

chore(deps): conventional-changelog-conventionalcommits@10.2.1 - autoclosed #961

chore(deps): conventional-changelog-conventionalcommits@10.2.1 - autoclosed

chore(deps): conventional-changelog-conventionalcommits@10.2.1 - autoclosed #961

Workflow file for this run

name: nodejs
on: [pull_request, push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [18, 20]
os: [ubuntu-latest]
steps:
- name: Node.js ${{ matrix.node-version }}
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: ${{ matrix.node-version }}
- name: Update npm
run: |
npm install -g npm
npm --version
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Install dependencies
uses: bahmutov/npm-install@20216767ca67f0f7b4d095dc5859c5700a6581cb # v1.12.1
with:
useLockFile: false
- run: npm ls
- name: Test
run: npm test