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

Commit

Permalink
ci: fixed GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Feb 24, 2024
1 parent 66e3de7 commit c34c0d9
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: Install NPM 9
run: npm i -g 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: Install NPM 9
run: npm i -g 9
- name: Install dependencies
run: npm install
- name: Lint code
Expand Down

0 comments on commit c34c0d9

Please sign in to comment.