Skip to content

chore(ci): update actions/checkout action to v3.6.0 #920

chore(ci): update actions/checkout action to v3.6.0

chore(ci): update actions/checkout action to v3.6.0 #920

Workflow file for this run

name: nodejs
on: [pull_request, push]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [14, 16, 18]
os: [ubuntu-latest]
steps:
- name: Node.js ${{ matrix.node-version }}
uses: actions/[email protected]
with:
node-version: ${{ matrix.node-version }}
- name: Update npm
run: |
npm install -g npm
npm --version
- uses: actions/[email protected]
- name: Install dependencies
uses: bahmutov/[email protected]
with:
useLockFile: false
- run: npm ls
- name: Test
run: npm test