From 58986ea38bc8c2758cf81b03e63f89fa3911c8f2 Mon Sep 17 00:00:00 2001 From: Cleverson Date: Wed, 18 Dec 2024 23:21:08 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 158ccf1..56f0204 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,8 +18,13 @@ jobs: ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node16 steps: + - name: Set Node.js 16.x + uses: actions/setup-node@v4 + with: + node-version: 16.x + - name: Setup Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Add i386 architecture run: dpkg --add-architecture i386