Skip to content

Commit 7ab597d

Browse files
committed
chore(node) : node 16 is now LTS
1 parent b00ee14 commit 7ab597d

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
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 4
1010
matrix:
11-
node-version: [ 14.x ]
11+
node-version: [ 16.x ]
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v2

0 commit comments

Comments
 (0)