Skip to content

Commit

Permalink
Merge pull request #507 from eko/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-node-4

[github-actions] Bump actions/setup-node from 3 to 4
  • Loading branch information
eko authored Jan 22, 2024
2 parents e9569a6 + f44556e commit fa84939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 16
- uses: isbang/compose-action@v1.5.1
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 19
- name: Run tests
Expand Down

0 comments on commit fa84939

Please sign in to comment.