Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
ci: NPM 9 install
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Jan 8, 2024
1 parent 1be7c45 commit 6570bd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: NPM 9 install
run: npm install -g npm@9
- name: Install dependencies
run: npm install
- name: Lint code
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: NPM 9 install
run: npm install -g npm@9
- name: Install dependencies
run: npm install
- name: Lint code
Expand Down

0 comments on commit 6570bd8

Please sign in to comment.