Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SmileYzn authored Dec 19, 2024
1 parent e8b51aa commit 13eeab4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13eeab4

Please sign in to comment.