We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f08ec commit dd4fe0aCopy full SHA for dd4fe0a
1 file changed
.github/workflows/main_ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v3
14
- uses: actions/setup-node@v4
15
with:
16
- node-version: 17
+ node-version: 18
17
registry-url: https://registry.npmjs.org/
18
- run: npm ci
19
- run: npm run unit
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
- run: npm run standard
@@ -33,7 +33,7 @@ jobs:
33
34
35
36
37
38
39
- run: npm run gitdiff
0 commit comments