Skip to content

Commit ae85863

Browse files
committed
ci: run against latest as well
1 parent 32358f3 commit ae85863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
contents: read
1818
strategy:
1919
matrix:
20-
node-version: [ 14, 16, 18 ]
20+
node-version: [ latest, 14, 16, 18 ]
2121
steps:
2222
# Checkout
2323
- name: Checkout

0 commit comments

Comments
 (0)