fix(ci): node_version = 14

This commit is contained in:
chenos 2022-06-02 15:15:48 +08:00
parent 8298d2a691
commit fe245d1f75

View File

@ -6,7 +6,7 @@ jobs:
test:
strategy:
matrix:
node_version: ['12']
node_version: ['14']
runs-on: ubuntu-latest
container: node:${{ matrix.node_version }}