更新 .github/workflows/build.yml

This commit is contained in:
宏尘 2024-07-11 09:56:25 +08:00
parent 47d50683dd
commit 73aeea9555

View File

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