Skip to content

Commit

Permalink
Merge pull request #124 from ai-cfia/85-as-a-developer-id-like-to-be-…
Browse files Browse the repository at this point in the history
…able-to-pass-a-npm-version-of-my-choosing-to-the-workflow-lint-test-node-workflow

Issue #85: remove npm version from workflow since migration
  • Loading branch information
SonOfLope authored May 1, 2024
2 parents 6b0cfc8 + a132c2c commit 7eec252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow-lint-test-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
cache: npm
node-version-file: "package.json"
- name: install npm
run: npm install -g [email protected]
run: npm install
- name: install dependencies
run: npm install
- name: Run ESLint
Expand Down

0 comments on commit 7eec252

Please sign in to comment.