mirror of
https://github.com/ivuorinen/nvm-auto-use.fish.git
synced 2026-03-17 14:02:49 +00:00
fix(ci): drop npm caching, we don't have lock file
This commit is contained in:
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@@ -17,9 +17,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
|
||||||
with:
|
|
||||||
node-version: '18'
|
|
||||||
cache: 'npm'
|
|
||||||
|
|
||||||
- name: Setup Fish shell
|
- name: Setup Fish shell
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user