We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408c1ba commit ee8e69cCopy full SHA for ee8e69c
1 file changed
.github/workflows/ci.yml
@@ -15,8 +15,8 @@ jobs:
15
strategy:
16
matrix:
17
node-version:
18
- - 14.x
19
- 16.x
+ - 18.x
20
steps:
21
- uses: actions/checkout@v2
22
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments