Skip to content

Commit

Permalink
Merge pull request #667 from oasisprotocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-node-4
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
2 parents 12307a4 + c8485ac commit 0e3e9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
sudo apt-get install -y libusb-1.0.0 libudev-dev
- name: Set up Node.js 14
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
sudo apt-get install -y libusb-1.0.0 libudev-dev
- name: Set up Node.js 14
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14'
registry-url: https://registry.npmjs.org
Expand Down

0 comments on commit 0e3e9c5

Please sign in to comment.