Skip to content

Commit

Permalink
Merge pull request #569 from tanem/renovate/actions-setup-node-4.x
Browse files Browse the repository at this point in the history
Update actions/setup-node action to v4
  • Loading branch information
tanem committed Mar 27, 2024
2 parents 34b4dc4 + e6caff6 commit b41c581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/__snapshots__/app.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '14'
- run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion generators/app/templates/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '14'
- run: npm ci
Expand Down

0 comments on commit b41c581

Please sign in to comment.