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 f005731 commit 2efb1beCopy full SHA for 2efb1be
1 file changed
.github/workflows/main.yml
@@ -10,12 +10,12 @@ jobs:
10
fail-fast: false
11
matrix:
12
node-version:
13
+ - 20
14
+ - 18
15
- 16
- - 14
- - 12
16
steps:
17
- - uses: actions/checkout@v2
18
- - uses: actions/setup-node@v2
+ - uses: actions/checkout@v3
+ - uses: actions/setup-node@v3
19
with:
20
node-version: ${{ matrix.node-version }}
21
- run: npm install
0 commit comments