Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Bump actions/setup-node from 3.0.0 to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 4, 2022
2 parents a503475 + dc61292 commit cc5dd0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.16
- uses: actions/setup-node@v3.0.0
- uses: actions/setup-node@v3.1.0
with:
node-version: "15"
- uses: actions/cache@v3
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
- uses: actions/setup-go@v2
with:
go-version: 1.16
- uses: actions/setup-node@v3.0.0
- uses: actions/setup-node@v3.1.0
with:
node-version: "15"
- uses: actions/cache@v3
Expand Down

0 comments on commit cc5dd0a

Please sign in to comment.