Skip to content

Commit bc7a0b3

Browse files
authored
Change workflow node version to 16
1 parent fe1b2cd commit bc7a0b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup node
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: "18"
27+
node-version: "16"
2828

2929
- name: Install Dependencies
3030
shell: bash

0 commit comments

Comments
 (0)