We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32358f3 commit ae85863Copy full SHA for ae85863
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
contents: read
18
strategy:
19
matrix:
20
- node-version: [ 14, 16, 18 ]
+ node-version: [ latest, 14, 16, 18 ]
21
steps:
22
# Checkout
23
- name: Checkout
0 commit comments