Skip to content

Commit

Permalink
Merge pull request #60 from lesteenman/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
lesteenman authored Apr 14, 2022
2 parents edd6c3d + 781fdc6 commit 0f5bb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
virtualenvs-in-project: true

- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
virtualenvs-in-project: true

- name: Install Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14'

Expand Down

0 comments on commit 0f5bb9c

Please sign in to comment.