Skip to content

Commit

Permalink
chore(deps): pin (digest) dependencies (#171)
Browse files Browse the repository at this point in the history
Co-authored-by: bfra-me[bot] <118100583+bfra-me[bot]@users.noreply.github.com>
  • Loading branch information
bfra-me[bot] authored Mar 27, 2024
1 parent e8f8021 commit 7ed35b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/prepare/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ runs:

- id: setup-node
name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
cache: 'pnpm'
node-version-file: '.node-version'

- id: cache-node-modules
name: Cache node_modules
uses: actions/cache@v4
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
key: node-${{ steps.setup-node.outputs.node-version }}-modules-${{ runner.os }}-${{ hashFiles('pnpm-lock.yaml') }}
path: '**/node_modules'
Expand Down

0 comments on commit 7ed35b0

Please sign in to comment.