Skip to content

Commit ca57892

Browse files
committed
Update actions/setup-node action to v4
1 parent 6347967 commit ca57892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: google/wireit@setup-github-actions-caching/v1
1717
- uses: actions/checkout@v4
1818
- name: Use Node.js 20
19-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
2020
with:
2121
node-version: '20'
2222
- name: Install dependencies

0 commit comments

Comments
 (0)