From 8ceb0d54b5abaad6e2f2c0b309a5dc25f6b0d7bd Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Fri, 14 Apr 2023 13:53:59 +0800 Subject: [PATCH] chore: Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 723b7cc..bf7cb59 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,9 @@ on: [push, pull_request] jobs: setup: runs-on: ubuntu-latest + strategy: + matrix: + node-version: [16.x] steps: - name: checkout uses: actions/checkout@main