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

Commit 621ba63

Browse files
committed
chore(deps): update actions/setup-node action to v3
1 parent 8092833 commit 621ba63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/verify_next.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/checkout@v2.4.0
2424

2525
- name: Set up Node.js
26-
uses: actions/setup-node@v2.5.1
26+
uses: actions/setup-node@v3.0.0
2727
with:
2828
node-version-file: "./app-runner-oauth2-proxy-dynamodb/.nvmrc"
2929

.github/workflows/verify_prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v2.4.0
1919

2020
- name: Set up Node.js
21-
uses: actions/setup-node@v2.5.1
21+
uses: actions/setup-node@v3.0.0
2222
with:
2323
node-version-file: "./app-runner-oauth2-proxy-dynamodb/.nvmrc"
2424

0 commit comments

Comments
 (0)