We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dab108 commit ce25cb4Copy full SHA for ce25cb4
.github/workflows/javascript.yml
@@ -20,7 +20,7 @@ jobs:
20
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
21
strategy:
22
matrix:
23
- node-version: [20]
+ node-version: [21]
24
steps:
25
- name: Checkout code
26
uses: actions/checkout@v4
@@ -33,6 +33,7 @@ jobs:
33
with:
34
node-version: ${{ matrix.node-version }}
35
cache: "pnpm"
36
+ cache-dependency-path: frontend/pnpm-lock.yaml
37
- name: Install dependencies
38
run: |
39
cd ./frontend
0 commit comments