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 879c788 commit 88f7d3dCopy full SHA for 88f7d3d
.github/workflows/query-filters.yml
@@ -25,6 +25,16 @@ jobs:
25
steps:
26
- name: Check out repository
27
uses: actions/checkout@v5
28
+
29
+ - name: Install Node.js
30
+ uses: actions/setup-node@v4
31
+ with:
32
+ node-version: 20.x
33
+ cache: npm
34
35
+ - name: Install dependencies
36
+ run: npm install
37
38
- name: Prepare test
39
id: prepare-test
40
uses: ./.github/actions/prepare-test
0 commit comments