From 13eeab4ce0ee58004e0e924d1b479c7d29d149c8 Mon Sep 17 00:00:00 2001 From: Cleverson Date: Wed, 18 Dec 2024 23:47:36 -0300 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 717ffb7..8379dd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,11 +18,12 @@ jobs: ACTIONS_RUNNER_FORCE_ACTIONS_NODE_VERSION: node18 steps: - - uses: actions/checkout@v3 - - name: Use Node.js 18.x - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: - node-version: 18.x + node-version: 18 + - run: npm ci + - run: npm test - name: Add i386 architecture run: dpkg --add-architecture i386