chore: test on node 15 (#12265)
This commit is contained in:
parent
750d869db9
commit
f04bbf62b5
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
- name: Use Node.js latest
|
||||
uses: actions/setup-node@v2-beta
|
||||
with:
|
||||
node-version: "*"
|
||||
node-version: "15"
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
|
||||
@ -99,14 +99,14 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [13, 12, 10, 8, 6]
|
||||
node-version: [14, 13, 12, 10, 8, 6]
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- name: Use Node.js latest
|
||||
uses: actions/setup-node@v2-beta
|
||||
with:
|
||||
node-version: "*" # Build Babel on latest node versions
|
||||
node-version: "*" # Build Babel on latest node LTS versions
|
||||
- name: Get yarn cache directory path
|
||||
id: yarn-cache-dir-path
|
||||
run: echo "::set-output name=dir::$(yarn config get cacheFolder)"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user