* pin the version of nuxt
from 3.13.2
to 3.13.1
to prevent spli…
#385
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://stackoverflow.com/questions/75318609/matrix-strategy-over-entire-workflow-in-github-actions/75337311#75337311 | |
name: fe | |
on: | |
push: | |
paths: [fe/**] | |
jobs: | |
runs-on: | |
strategy: | |
matrix: | |
runs-on: [ubuntu-latest, windows-latest, macos-latest] | |
fail-fast: false | |
uses: ./.github/workflows/fe_base.yml | |
with: | |
runs-on: ${{ matrix.runs-on }} |