Skip to content

Commit a296d03

Browse files
committed
Bump versions of Node.js used in CI
1 parent 2ab6ca5 commit a296d03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
- ubuntu-latest
1212
- macos-latest
1313
node:
14-
- "12" # Maintenance LTS
1514
- "14" # Maintenance LTS
15+
- "16" # Maintenance LTS
1616
- "lts/*"
17-
- "18"
17+
- "19"
1818

1919
steps:
2020
- name: Checkout repository

0 commit comments

Comments
 (0)