Skip to content

Commit

Permalink
Use npm@10
Browse files Browse the repository at this point in the history
  • Loading branch information
pluma4345 committed Mar 20, 2024
1 parent d488cdb commit e586b66
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
path: gh-pages

- run: apt-get update && apt-get install jq -y
- run: npm install -g npm@9
- run: npm install -g npm@10
- run: npm install

- name: Set TAG env to devel
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: apk add jq
- run: npm install -g npm@9
- run: npm install -g npm@10
- run: npm install
- run: npm test
env:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- run: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -
- run: sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
- run: apt-get update && apt-get install -y google-chrome-stable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst fonts-freefont-ttf libxss1 --no-install-recommends -y
- run: npm install -g npm@9
- run: npm install -g npm@10
- run: npm install && npm install puppeteer
- run: node smoke-test.js

Expand Down

0 comments on commit e586b66

Please sign in to comment.