We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b20fd1d commit 27f40d0Copy full SHA for 27f40d0
.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.1
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