Skip to content

Commit c9cf433

Browse files
committed
build: change node version workflows case
1 parent 26222b9 commit c9cf433

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v2
1818
with:
19-
node-version: '16'
19+
node-version: '20.14'
2020

2121
- name: Install dependencies
2222
run: npm install

0 commit comments

Comments
 (0)