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 48446eb commit 95b7a5bCopy full SHA for 95b7a5b
.github/workflows/pull_request_ci.yml
@@ -9,10 +9,10 @@ jobs:
9
10
strategy:
11
matrix:
12
- node-version: [10.x, 12.x]
+ node-version: [10.x, 12.x, 14.x]
13
14
steps:
15
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
16
- name: Use Node.js ${{ matrix.node-version }}
17
uses: actions/setup-node@v1
18
with:
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-18.04
- name: Checkout
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
- name: Setup Node.js
0 commit comments