Skip to content
This repository was archived by the owner on Feb 9, 2023. It is now read-only.
Merged
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
Next Next commit
Revert removing installing the latest npm
  • Loading branch information
puku0x committed Dec 2, 2021
commit 2b1fa35118ebb7eefe53758578b5b673909ee9b3
6 changes: 6 additions & 0 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'npm'

- name: Install latest npm
run: npm install --global npm@latest

- name: Install dependencies
run: npm ci

Expand All @@ -57,6 +60,9 @@ jobs:
node-version: ${{ matrix.node }}
cache: 'npm'

- name: Install latest npm
run: npm install --global npm@latest

- name: Install dependencies
run: npm ci

Expand Down