Skip to content

Commit

Permalink
Merge pull request #860 from chantouchsek/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-3.8.1

fix(deps): bump actions/setup-node from 3.7.0 to 3.8.1
  • Loading branch information
chantouchsek authored Aug 18, 2023
2 parents 2c58506 + e7b1fd6 commit a695d62
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.5.3
with:
fetch-depth: 1
- uses: actions/setup-node@v3.7.0
- uses: actions/setup-node@v3.8.1
with:
node-version: ${{ matrix.node-version }}
- run: yarn
Expand Down

0 comments on commit a695d62

Please sign in to comment.