We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10ab044 commit ed0c572Copy full SHA for ed0c572
.github/workflows/build.yml
@@ -25,6 +25,11 @@ jobs:
25
with:
26
node-version: ${{ matrix.node_version }}
27
registry-url: "https://registry.npmjs.org"
28
+ - name: Cache node_modules
29
+ uses: actions/cache@v4
30
+ with:
31
+ path: node_modules
32
+ key: ${{ matrix.node_version }}-${{ runner.os }}-node-modules-${{ hashFiles('package-lock.json') }}
33
- name: Set Min Version
34
uses: Stelzi79/[email protected]
35
id: version
0 commit comments