We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31bcc8 commit f46fe6aCopy full SHA for f46fe6a
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
runs-on: ubuntu-latest
29
strategy:
30
matrix:
31
- node-version: [14, 16, 18]
+ node-version: [16, 18, 20]
32
steps:
33
- uses: actions/checkout@v3
34
- name: Use Node.js v${{ matrix.node-version }}
0 commit comments