Skip to content

Commit

Permalink
Merge pull request #147 from oasisprotocol/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-node-4

ci: bump actions/setup-node from 3 to 4
  • Loading branch information
kostko authored Nov 7, 2023
2 parents d535b6e + 553503f commit 6051365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
python-version: '3.x'
- name: Set up Node.js 18
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18
- name: Set up Go
Expand Down

0 comments on commit 6051365

Please sign in to comment.