Skip to content

Commit

Permalink
Update actions/setup-node action to v3
Browse files Browse the repository at this point in the history
Dependency update (patch) :)
  • Loading branch information
renovate-bot committed Feb 25, 2022
1 parent 86d8670 commit e5e4b2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@master

- name: Setup Node ${{ env.NODE_VERSION }} Environment
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@master

- name: Setup Node ${{ env.NODE_VERSION }} Environment
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down

0 comments on commit e5e4b2b

Please sign in to comment.