Skip to content

Commit

Permalink
Merge pull request #10 from sqids/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-node-4

chore(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
4kimov committed Feb 10, 2024
2 parents 28a8b6b + 69a1c04 commit c9d19de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node: [18]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'yarn'
Expand All @@ -47,7 +47,7 @@ jobs:
if: github.actor != 'github-actions[bot]' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next')
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
Expand Down

0 comments on commit c9d19de

Please sign in to comment.