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 Mar 8, 2022
1 parent e305ed6 commit 23ce557
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Preferable to use the same version as in GAE environment
- name: Set Node.js version
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14.17.6'

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

# Preferable to use the same version as in GAE environment
- name: Set Node.js version
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '14.17.6'

Expand Down

0 comments on commit 23ce557

Please sign in to comment.