Skip to content

Commit

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

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
dimaslanjaka authored Oct 15, 2024
2 parents bee1146 + 3635fe4 commit 6feddee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
git checkout-index --force --all
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x
token: ${{ secrets.ACCESS_TOKEN }}
Expand Down

0 comments on commit 6feddee

Please sign in to comment.