Skip to content

Commit 5e397fa

Browse files
committed
upgraded the node version to 18 in Github Action
1 parent 9fb9342 commit 5e397fa

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: '16'
17+
node-version: '18'
1818

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

0 commit comments

Comments
 (0)