We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2231f42 commit 50b6aceCopy full SHA for 50b6ace
.github/actions/cached-node-modules/action.yml
@@ -12,9 +12,8 @@ runs:
12
using: "composite"
13
steps:
14
- name: Install npm
15
- if: ${{ inputs.nodeVersion != '18' }}
16
- shell: bash
17
run: npm i -g npm@next-9
+ shell: bash
18
- name: Cache node modules
19
id: cache-node-modules
20
uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 # v3.2.6
.github/workflows/reusable-run-linting-check-and-unit-tests.yml
@@ -20,8 +20,6 @@ jobs:
with:
21
node-version: ${{ matrix.version }}
22
cache: "npm"
23
- - name: Setup npm
24
- run: npm i -g npm@latest
25
- name: Setup dependencies
26
uses: ./.github/actions/cached-node-modules
27
0 commit comments