Skip to content

Commit

Permalink
Merge pull request #47 from 0xvbetsun/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-3.8.1

fix(deps): bump actions/setup-node from 3.8.0 to 3.8.1
  • Loading branch information
0xvbetsun committed Aug 19, 2023
2 parents 6a22b34 + d98ff38 commit 294149e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v3

- name: Use Node.js
uses: actions/setup-node@v3.8.0
uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 294149e

Please sign in to comment.