Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 22, 2023
1 parent 11b48d3 commit 60f5b3d
Show file tree
Hide file tree
Showing 4 changed files with 237 additions and 399 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected]
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4

- name: Setup node env
uses: actions/[email protected]
uses: actions/setup-node@aa759c6c94d3800c55b8601f21ba4b2371704cb7 # v2.3.0
with:
node-version: 14

Expand All @@ -27,7 +27,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"

- name: Cache node_modules
uses: actions/[email protected]
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # v2.1.6
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- name: Checkout
uses: actions/[email protected]
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4

- name: Setup node env
uses: actions/[email protected]
uses: actions/setup-node@aa759c6c94d3800c55b8601f21ba4b2371704cb7 # v2.3.0
with:
node-version: 14

Expand All @@ -27,7 +27,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"

- name: Cache node_modules
uses: actions/[email protected]
uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 # v2.1.6
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down
Loading

0 comments on commit 60f5b3d

Please sign in to comment.