We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f25b5 commit f4d2941Copy full SHA for f4d2941
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
strategy:
7
matrix:
8
- node: [8, 10, 12, 14, 16, 18, 20 ]
+ node: [8, 10, 12, 14, 16, 18, 20, latest]
9
steps:
10
- uses: actions/checkout@v4
11
- uses: actions/setup-node@v4
0 commit comments