Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
abenso committed Sep 19, 2024
1 parent 19e1730 commit eeeea76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ jobs:
submodules: true

- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '22'

- name: Install yarn
run: npm install -g yarn
Expand Down Expand Up @@ -163,7 +165,9 @@ jobs:
submodules: recursive
- run: sudo apt-get update -y && sudo apt-get install -y libusb-1.0.0 libudev-dev
- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '22'
- name: Install yarn
run: |
npm install -g yarn
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
with:
submodules: true
- name: Install node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '22'
registry-url: "https://registry.npmjs.org"
scope: "@zondax"
- name: Install yarn
Expand Down

0 comments on commit eeeea76

Please sign in to comment.