Skip to content

Commit

Permalink
fix(build-package): added node version to configure node step
Browse files Browse the repository at this point in the history
  • Loading branch information
Alecsandria committed Jul 19, 2024
1 parent 3a0c1b0 commit 30196b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:

- name: configure-node
uses: actions/setup-node@v4
with:
node-version: 20

- name: Get node version
id: node
Expand Down

0 comments on commit 30196b0

Please # to comment.