From 35fbfc934e23591c33d5d8ac44d36643d35bcee6 Mon Sep 17 00:00:00 2001 From: Khang Le Date: Mon, 11 Nov 2024 15:46:52 -0800 Subject: [PATCH] lock node version --- .github/workflows/cicd.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index f5e4eb8..0715fc6 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -16,6 +16,11 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 + - name: Use Node.js + uses: actions/setup-node@v4 + with: + node-version: '20.16.0' + - name: Install dependencies run: npm install