diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 56f0204..cefc071 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,13 +18,8 @@ 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@v4 + uses: actions/checkout@v3.6.0 - name: Add i386 architecture run: dpkg --add-architecture i386