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 de491ff commit a09ddb6Copy full SHA for a09ddb6
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
strategy:
11
matrix:
12
os: [ubuntu-latest, windows-latest]
13
- node: ['lts/*', 'current']
+ node: [14, 18]
14
steps:
15
- name: Checkout
16
uses: actions/checkout@v3
0 commit comments