mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:46:00 +00:00
fix(ci): node_version = 14
This commit is contained in:
parent
8298d2a691
commit
fe245d1f75
2
.github/workflows/node-ci.yml
vendored
2
.github/workflows/node-ci.yml
vendored
@ -6,7 +6,7 @@ jobs:
|
||||
test:
|
||||
strategy:
|
||||
matrix:
|
||||
node_version: ['12']
|
||||
node_version: ['14']
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
container: node:${{ matrix.node_version }}
|
||||
|
Loading…
Reference in New Issue
Block a user