Skip to content

Commit

Permalink
ci: use higher node version (#32)
Browse files Browse the repository at this point in the history
* ci: semantic release dry run

* ci: use higher node version
  • Loading branch information
hkfb authored Mar 14, 2024
1 parent 6257602 commit 9785beb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
uses: actions/checkout@v3

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '>=20.8.1'

- name: Install dependencies
run: npm ci
Expand Down

0 comments on commit 9785beb

Please sign in to comment.