Skip to content

Commit

Permalink
Merge pull request #53 from dappforce/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

dependabot: bump actions/setup-node from 3 to 4
  • Loading branch information
omidasadpour authored Mar 18, 2024
2 parents bfed6a8 + 1506e82 commit a946a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-build-back.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'yarn'
Expand Down

0 comments on commit a946a99

Please sign in to comment.