Skip to content

Commit

Permalink
Merge pull request #245 from Tradeshift/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-node-3

fix(deps): bump actions/setup-node from 2 to 3
  • Loading branch information
Jesper Terkelsen authored Nov 15, 2022
2 parents 0d6bb12 + 39131da commit b34959f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set-up Node with .nvmrc
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Set-up Node with .nvmrc
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
- uses: actions/cache@v3
Expand Down

0 comments on commit b34959f

Please sign in to comment.