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

Commit

Permalink
ci: fix GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Feb 24, 2024
1 parent dcef593 commit 714af9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install NPM 9
run: npm install -g 9
run: npm install -g npm@9
- name: Install dependencies
run: npm install
- name: Lint code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 18
registry-url: https://registry.npmjs.org/
- name: Install NPM 9
run: npm install -g 9
run: npm install -g npm@9
- name: Install dependencies
run: npm install
- name: Lint code
Expand Down

0 comments on commit 714af9a

Please sign in to comment.