Skip to content

Commit 8389d24

Browse files
committed
update node version in GA
1 parent 81ce478 commit 8389d24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Node.js and npm
1616
uses: actions/setup-node@v1
1717
with:
18-
node-version: 14.x
18+
node-version: 20.x
1919
registry-url: https://registry.npmjs.org
2020

2121
- name: Install dependencies

0 commit comments

Comments
 (0)