更新 .github/workflows/build.yml

This commit is contained in:
宏尘 2024-07-11 10:01:47 +08:00
parent 73aeea9555
commit 3f4bac71fd

View File

@ -11,11 +11,11 @@ on:
jobs: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
node-version: [20.x] node-version: [18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ # See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps: steps: