Skip to content

Commit e64cec7

Browse files
committed
chore(github): Updating setup-node version from 2 to 4 to fix the build - version 2 uses another action that was just decommissioned, so we need to update.
1 parent 4490059 commit e64cec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-repo/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: "composite"
1414
steps:
1515
- name: Use Node.js ${{ inputs.node-version }}
16-
uses: actions/setup-node@v2
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ inputs.node-version }}
1919
cache: "yarn"

0 commit comments

Comments
 (0)