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 29e413b commit 7f40d48Copy full SHA for 7f40d48
.github/workflows/dist.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Setup node 20
14
uses: actions/setup-node@v3
15
with:
16
- node-version: 20.19.0
+ node-version: 20.19.1
17
18
- name: install
19
run: npm ci
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
55
56
57
58
59
- name: Install package dependencies
60
run: npm install
0 commit comments