Skip to content

Commit 25d20fe

Browse files
committed
Fix node version
1 parent 45398b3 commit 25d20fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
matrix:
1818
os: [ubuntu-latest]
19-
node: [14]
19+
node: [16]
2020

2121
steps:
2222
- name: Checkout 🛎

0 commit comments

Comments
 (0)