Skip to content

Commit

Permalink
Merge pull request #19 from ganta/renovate/actions-setup-node-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v3
  • Loading branch information
ganta authored Feb 27, 2022
2 parents 3ec89ac + 2b06813 commit eae6871
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
Expand All @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
Expand All @@ -43,7 +43,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
Expand Down

0 comments on commit eae6871

Please sign in to comment.