Skip to content

Commit

Permalink
ci: Bump node version to pack main package (#1937)
Browse files Browse the repository at this point in the history
  • Loading branch information
lforst authored Feb 9, 2024
1 parent f527fac commit a630f7c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,9 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Use Node.js 16.x
uses: actions/setup-node@v1
- uses: actions/setup-node@v1
with:
node-version: 16.x
node-version: '20.10.0'

- name: Download compiled binaries
uses: actions/download-artifact@v2
Expand Down

0 comments on commit a630f7c

Please sign in to comment.