Skip to content

Commit 30d7009

Browse files
build(deploy): upgrade to node v20
1 parent 8523fe5 commit 30d7009

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
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Node
3030
uses: actions/setup-node@v2
3131
with:
32-
node-version: 14
32+
node-version: 20
3333
- name: Install Semantic Release dependencies
3434
run: |
3535
sudo apt-get install bumpversion

0 commit comments

Comments
 (0)