Skip to content

Commit d4e6e4c

Browse files
Update actions/setup-node action to v4 (#868)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 52c60ef commit d4e6e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
working-directory: test/NativeAOTCompatibility
6060

6161
- name: ⚙️ Use Node.js 16.x
62-
uses: actions/setup-node@v3
62+
uses: actions/setup-node@v4
6363
with:
6464
node-version: 16.x
6565
- name: ⚙️ yarn

0 commit comments

Comments
 (0)