Skip to content

Commit

Permalink
chore(deps): bump to setup-node v3 in action (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Mar 1, 2022
1 parent e6644eb commit cb6b2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
steps:
# This is so we can guarantee a version of npm that supports lockfile@2
- name: setup node
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16
# When we add debug support, we should make this a conditional step, see RM-3545
Expand Down

0 comments on commit cb6b2b3

Please sign in to comment.