Skip to content

Commit

Permalink
chore: test on node 15 (#12265)
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 27, 2020
1 parent 750d869 commit f04bbf6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down Expand Up @@ -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)"
Expand Down

0 comments on commit f04bbf6

Please sign in to comment.