Unverified Commit e435d6fa authored by 言肆's avatar 言肆 Committed by GitHub

fix: github actions

parent 9721da05
# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created # This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
# For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages # For more information see: https://help.github.com/actions/language-and-framework-guides/publishing-nodejs-packages
name: Ant Design Vue Pro name: pro-layout
on: on:
push: push:
...@@ -12,7 +12,7 @@ on: ...@@ -12,7 +12,7 @@ on:
jobs: jobs:
build: build:
runs-on: node:12.14 runs-on: node:12.18.2
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-node@v1 - uses: actions/setup-node@v1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment