Skip to content

Add error log and workaround v2 #1

Add error log and workaround v2

Add error log and workaround v2 #1

name: Check NPM with workaround v2
on:
workflow_dispatch:
pull_request:
push:
jobs:
check-npm-workaround-v2:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Print NPM version
run: npm --version
- name: Print NodeJS version
run: node --version
- run: rm -f package-lock.json
- run: npm install
- run: npm install
- run: npm ci