mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
ci: pin node version (#3298)
This commit is contained in:
parent
6408d3cce6
commit
1e86d44b87
9
.github/workflows/unit-test.yml
vendored
9
.github/workflows/unit-test.yml
vendored
@ -4,11 +4,16 @@ on: pull_request
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Unit Test
|
||||
name: Unit Test (${{ matrix.node-name }})
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: ['14', '16']
|
||||
node-version: ['14', '16.8']
|
||||
include:
|
||||
- node-version: '14'
|
||||
node-name: 'LTS'
|
||||
- node-version: '16.8'
|
||||
node-name: 'Latest'
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Setup node
|
||||
|
Loading…
Reference in New Issue
Block a user