Skip to content

use latest

use latest #3

Workflow file for this run

name: Build Font Minify Web Site
on:
push:
branches: ['site']
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: latest

Check failure on line 13 in .github/workflows/build.yaml

View workflow run for this annotation

GitHub Actions / Build Font Minify Web Site

Invalid workflow file

The workflow is not valid. .github/workflows/build.yaml (Line: 13, Col: 23): Unexpected value 'latest'
steps:
- uses: actions/checkout@main
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@main
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
npm install pnpm -g
pnpm i
pnpm build
cp -r dist/. .