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