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 2650a02 commit f9bd333Copy full SHA for f9bd333
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
strategy:
65
matrix:
66
os: [macos-latest, ubuntu-latest, windows-latest]
67
- node-version: [14.x, 16.x, 18.x]
+ node-version: [16.x, 18.x, 20.x]
68
steps:
69
- uses: actions/checkout@v2
70
- name: Set up Node.js ${{ matrix.node-version }}
0 commit comments