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

Commit

Permalink
ci: install NPM 9 explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Kloubert committed Dec 11, 2023
1 parent c687a60 commit 2a319ce
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 74 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
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
run: npm install -g npm@9
- name: Install dependencies
run: npm install
- name: Lint code
Expand Down
126 changes: 56 additions & 70 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
"@egomobile/tsconfig": "^5.0.0",
"@types/node": "18.19.3",
"del-cli": "5.1.0",
"dotenv": "16.0.3",
"dotenv": "16.3.1",
"eslint": "8.55.0",
"eslint-config-ego": "^0.19.0",
"mongodb": "^5.3.0",
"nodemon": "2.0.20",
"ts-node": "10.9.1",
"typedoc": "0.23.21",
"nodemon": "3.0.2",
"ts-node": "10.9.2",
"typedoc": "0.25.4",
"typescript": "4.7.4"
},
"peerDependencies": {
Expand Down

0 comments on commit 2a319ce

Please sign in to comment.