Skip to content

Commit f7b27dc

Browse files
author
Olivier Andrade
committed
fix(dependabot): Remove high vulnerabilities
1 parent 8061c87 commit f7b27dc

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,16 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v5
13-
- name: Setup node
14-
uses: actions/setup-node@v5
15-
with:
16-
node-version-file: .nvmrc
1713
- name: Setup pnpm
1814
uses: pnpm/action-setup@v4
1915
with:
2016
version: 9.11.0
2117
run_install: false
22-
- name: Get pnpm store directory
23-
shell: bash
24-
run: |
25-
echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
26-
- name: Setup pnpm cache
27-
uses: actions/cache@v4
18+
- name: Setup node
19+
uses: actions/setup-node@v5
2820
with:
29-
path: ${{ env.STORE_PATH }}
30-
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
31-
restore-keys: |
32-
${{ runner.os }}-pnpm-store-
21+
node-version-file: .nvmrc
22+
cache: 'pnpm'
3323
- run: |
3424
pnpm install
3525
pnpm lint

0 commit comments

Comments
 (0)