Skip to content

Commit

Permalink
Merge pull request #410 from ember-codemods/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-node-4

Bump actions/setup-node from 1 to 4
  • Loading branch information
mansona authored Jan 19, 2024
2 parents 87e6ff2 + a4c7536 commit 8ea74f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '16.x'
- name: Install
Expand All @@ -39,7 +39,7 @@ jobs:
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: '16.x'
- name: Install
Expand Down

0 comments on commit 8ea74f7

Please sign in to comment.