We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4ec85 commit d3d19dfCopy full SHA for d3d19df
.github/workflows/test-1275.yml
@@ -16,3 +16,8 @@ jobs:
16
with:
17
node-version: '20'
18
cache : 'npm'
19
+
20
+ - name: Install Dependencies
21
+ run: |
22
+ npm install # Install npm dependencies
23
0 commit comments