Skip to content

Commit 11dfd25

Browse files
committed
build: node -> v18
1 parent f29df42 commit 11dfd25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-node@v3
2020
with:
2121
cache: "npm"
22-
node-version: 16.x
22+
node-version: 18.x
2323
- run: npm ci
2424
- run: npm run lint
2525
- run: npm run build
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/setup-node@v3
4949
with:
5050
cache: "npm"
51-
node-version: 16.x
51+
node-version: 18.x
5252
- run: npm ci
5353
- name: Install semantic-release extra plugins
5454
run: npm install --save-dev @semantic-release/changelog @semantic-release/git

0 commit comments

Comments
 (0)