Skip to content

Commit dd4fe0a

Browse files
committed
fix: bump node version in ci
1 parent a6f08ec commit dd4fe0a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: 17
16+
node-version: 18
1717
registry-url: https://registry.npmjs.org/
1818
- run: npm ci
1919
- run: npm run unit
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
- uses: actions/setup-node@v4
2525
with:
26-
node-version: 17
26+
node-version: 18
2727
registry-url: https://registry.npmjs.org/
2828
- run: npm ci
2929
- run: npm run standard
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v3
3434
- uses: actions/setup-node@v4
3535
with:
36-
node-version: 17
36+
node-version: 18
3737
registry-url: https://registry.npmjs.org/
3838
- run: npm ci
3939
- run: npm run gitdiff

0 commit comments

Comments
 (0)