Skip to content

Commit ce25cb4

Browse files
committed
Install from lockfile
1 parent 2dab108 commit ce25cb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/javascript.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2121
strategy:
2222
matrix:
23-
node-version: [20]
23+
node-version: [21]
2424
steps:
2525
- name: Checkout code
2626
uses: actions/checkout@v4
@@ -33,6 +33,7 @@ jobs:
3333
with:
3434
node-version: ${{ matrix.node-version }}
3535
cache: "pnpm"
36+
cache-dependency-path: frontend/pnpm-lock.yaml
3637
- name: Install dependencies
3738
run: |
3839
cd ./frontend

0 commit comments

Comments
 (0)