From da2b190749f8b3ac57c3d5c01d139382e7f9c0f8 Mon Sep 17 00:00:00 2001 From: Nathan Hui Date: Thu, 8 Feb 2024 18:10:14 -0800 Subject: [PATCH] ci: Sets NPM and SR versions --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 90e67086..a36f9586 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,9 @@ jobs: - name: Set up NPM uses: actions/setup-node@v4 + with: + node-version: '>=20.8.1' - name: Set up Semantic Release run: | - npm install --save-dev semantic-release \ No newline at end of file + npx semantic-release@23 \ No newline at end of file