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 8e879ba commit 37947e2Copy full SHA for 37947e2
.github/workflows/dist.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Setup node 20
15
uses: actions/setup-node@v3
16
with:
17
- node-version: 20.19.0
+ node-version: 20.19.2
18
19
- name: install
20
run: npm ci
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
24
25
26
- name: Install package dependencies
27
run: npm install
0 commit comments