Skip to content

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 Feb 27, 2022
1 parent 40c3a2d commit 6c0c276
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
git config --global user.email "action@github.com"
- name: Set up Node.js version 14.x
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 14.x
registry-url: https://npm.pkg.github.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v2-beta

- name: Set up Node.js version ${{ matrix.node }}
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
registry-url: https://npm.pkg.github.com
Expand Down

0 comments on commit 6c0c276

Please sign in to comment.