From 89651d1b989e22963241fe03b91bf47391a54a7e Mon Sep 17 00:00:00 2001 From: Dan Selman Date: Tue, 24 Sep 2024 19:42:42 +0100 Subject: [PATCH] chore(workflow): update workflow steps Signed-off-by: Dan Selman --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2ac5b48645..cfffe3ef05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,6 +17,7 @@ jobs: node-version: - 16.x - 18.x + - 20.x os: - ubuntu-latest - windows-latest @@ -26,7 +27,7 @@ jobs: steps: - name: git checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v1 @@ -81,7 +82,7 @@ jobs: uses: actions/checkout@v2 - name: Use Node.js 18.x - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: 18.x