Skip to content

Commit

Permalink
Update actions/setup-node in Action
Browse files Browse the repository at this point in the history
Closes GH-1955.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
renovate[bot] committed Feb 28, 2022
1 parent e527ac7 commit 5c2be1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: ${{matrix.node}}
cache: npm
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: '*'
cache: npm
Expand Down

1 comment on commit 5c2be1d

@vercel
Copy link

@vercel vercel bot commented on 5c2be1d Feb 28, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.