Skip to content

Commit

Permalink
Sandbox/CI: Update to npm 9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 2, 2022
1 parent 52ad500 commit 6d97d2c
Show file tree
Hide file tree
Showing 4 changed files with 13,418 additions and 9,188 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
cache: 'npm'
cache-dependency-path: 'package-lock.json'

- name: Use more recent npm
run: |
npm install --global npm@^9.1
npm --version
- name: Install package
run: npm install

Expand Down
3 changes: 3 additions & 0 deletions DEVELOP.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ Install Node.js locally::
pip install nodeenv
nodeenv --python-virtualenv --node=18.12.1

# Use more recent npm
npm install --global npm@^9.1

Install the package dependencies::

npm install
Expand Down
Loading

0 comments on commit 6d97d2c

Please sign in to comment.