From fd52ae08371d0832ed2276734cefa4ed0e70be29 Mon Sep 17 00:00:00 2001 From: elraro Date: Wed, 31 Jan 2024 00:25:32 +0100 Subject: [PATCH] chore: ci action format --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ead1c4e1..faa4b7a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + - name: Use Node.js 20.10.0' + uses: actions/setup-node@v4 with: node-version: 20.10.0 - name: Build