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 9e75c01 commit 32730f8Copy full SHA for 32730f8
.github/workflows/dist.yml
@@ -25,9 +25,10 @@ jobs:
25
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26
with:
27
persist-credentials: false
28
+
29
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
30
- node-version: 16.x
31
+ node-version: lts/*
32
33
- run: |
34
npm ci
.github/workflows/test.yml
@@ -14,5 +14,8 @@ jobs:
14
15
16
17
+ - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
18
+ with:
19
20
- run: npm ci
21
- run: npm test
0 commit comments