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 2989874 commit 0a65abdCopy full SHA for 0a65abd
.github/workflows/nodejs.yml
@@ -53,7 +53,7 @@ jobs:
53
strategy:
54
matrix:
55
os: [ubuntu-latest, windows-latest, macos-latest]
56
- node-version: [12.x, 14.x, 16.x]
+ node-version: [12.x, 14.x, 16.x, 18.x]
57
58
runs-on: ${{ matrix.os }}
59
0 commit comments