Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ci: tweak
  • Loading branch information
alexander-akait committed Mar 27, 2023
commit 80e12e964aed3f2d940370d65e0a6de47626e6ef
4 changes: 0 additions & 4 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@ jobs:
if: matrix.os == 'windows-latest'
run: git config --global core.autocrlf input

- name: Remove lock file (bug in npm)
if: matrix.node-version == '14.x'
run: rm -rf package-lock.json

- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
Expand Down
Loading