Skip to content

Commit

Permalink
Merge pull request #11 from block-foundation/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/main/actions/setup-node-4

dependabot-github-actions(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
vanvianen authored Oct 30, 2023
2 parents 9874613 + 2f5650c commit 5f17b66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/solidity_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js # This step sets up a Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '14' # Define the version of Node.js to use

Expand Down

0 comments on commit 5f17b66

Please sign in to comment.