diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 752e509..b30fc2b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,12 @@ jobs: steps: - name: Setup Checkout - uses: actions/checkout@v4 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 18 + - run: npm ci + - run: npm test - name: Add i386 architecture run: dpkg --add-architecture i386