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 33b9b5b commit 6d33c78Copy full SHA for 6d33c78
.github/workflows/ci.yml
@@ -8,12 +8,12 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- node-version: [10.x, 12.x, 14.x, 15.x]
+ node-version: [10.x, 12.x, 14.x, 16.x]
12
steps:
13
- name: Checkout sources
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
15
- name: Install Node.js ${{matrix.node-version}}
16
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v3
17
with:
18
node-version: ${{matrix.node-version}}
19
- name: Install dependencies
0 commit comments