Skip to content

Commit c8e73b3

Browse files
committed
chore: bumped node to v16 in github workflow
1 parent 45dc225 commit c8e73b3

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v1
15-
- name: install node v12
15+
- name: install node v16
1616
uses: actions/setup-node@v1
1717
with:
1818
node-version: 12

0 commit comments

Comments
 (0)