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 b9c0ff6 commit 9ea9b7fCopy full SHA for 9ea9b7f
1 file changed
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
os: [ubuntu-latest, windows-latest]
10
# https://nodejs.org/en/about/releases/
11
- node: [14, 16, 17]
+ node: [14, 16, 18]
12
runs-on: ${{ matrix.os }}
13
steps:
14
# https://github.com/actions/checkout/issues/135
0 commit comments