Skip to content

Commit 1717f94

Browse files
committed
(temp) node version to 20 in Github Action
1 parent 3eaba48 commit 1717f94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v3
1616
with:
17-
node-version: '18'
17+
node-version: '20'
1818

1919
- name: Lib - Install
2020
run: npm i

0 commit comments

Comments
 (0)