From a04a2f2e31beb65920d86e756656c4fcf82c623e Mon Sep 17 00:00:00 2001 From: Cleverson Date: Wed, 18 Dec 2024 23:32:43 -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 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