Skip to content

Commit 3f26555

Browse files
authored
Upgrade setup-node action from v2 to v4 (#1196)
1 parent 06a2495 commit 3f26555

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: actions/setup-node@v2
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 14.x
1717
cache: yarn
@@ -35,4 +35,4 @@ jobs:
3535
# The GH actions bot is used by default if you didn't specify the two fields.
3636
# You can swap them out with your own user credentials.
3737
user_name: github-actions[bot]
38-
user_email: 41898282+github-actions[bot]@users.noreply.github.com
38+
user_email: 41898282+github-actions[bot]@users.noreply.github.com

0 commit comments

Comments
 (0)