Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
chore(deps): update actions/setup-node action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 6, 2022
1 parent 52faa28 commit bdf8536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify_next.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v2.4.2

- name: Set up Node.js
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3.3.0
with:
node-version-file: "./app-runner-oauth2-proxy-dynamodb/.nvmrc"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v2.4.2

- name: Set up Node.js
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3.3.0
with:
node-version-file: "./app-runner-oauth2-proxy-dynamodb/.nvmrc"

Expand Down

0 comments on commit bdf8536

Please sign in to comment.