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 fa5f647 commit 555f16cCopy full SHA for 555f16c
.github/workflows/nodejs.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- node-version: [ 12.x, 14.x, 16.x ]
+ node-version: [ 18.x, 20.x ]
20
21
steps:
22
- name: Use Node.js ${{ matrix.node-version }}
@@ -53,7 +53,7 @@ jobs:
53
54
- uses: actions/setup-node@v1
55
with:
56
- node-version: 12.x
+ node-version: 20.x
57
58
- name: Checkout repository
59
uses: actions/checkout@v2
@@ -112,7 +112,7 @@ jobs:
112
113
114
115
116
117
118
0 commit comments