Skip to content

Commit d8dd3fb

Browse files
build(actions): use node 18 in deploy.yml
1 parent 800d1cd commit d8dd3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Setup Node
4747
uses: actions/setup-node@v1
4848
with:
49-
node-version: 14
49+
node-version: 18
5050

5151
- name: Install Semantic Release dependencies
5252
run: |

0 commit comments

Comments
 (0)