From 6abcbd7502ce4206dd86e66d78f61c471bf66e31 Mon Sep 17 00:00:00 2001 From: Nicolas Giard Date: Thu, 13 Oct 2022 14:26:55 -0400 Subject: [PATCH] ci: update build workflow to use latest setup-node action --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7bf30f077..29e261612 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -184,7 +184,7 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: actions/setup-node@v2 + - uses: actions/setup-node@v3 with: node-version: '18' @@ -289,9 +289,9 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v3.0.0 + uses: actions/setup-node@v3 with: - node-version: 16.x + node-version: '18' - name: Setup Python uses: actions/setup-python@v2