Skip to content

Commit ce1d8f8

Browse files
committed
ci: "latest" doesn't work
1 parent d63ee14 commit ce1d8f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
node-version: ['12', '14', '16', latest]
14+
node-version:
15+
- '12'
16+
- '14'
17+
- '16'
18+
- '17'
1519

1620
steps:
1721
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)