Skip to content

Commit eadd77f

Browse files
committed
bump to actions/setup-node@v4
1 parent ce34da4 commit eadd77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/checkout@v4
7979

8080
- name: Set up NodeJS
81-
uses: actions/setup-node@v2
81+
uses: actions/setup-node@v4
8282
with:
8383
node-version: ${{ matrix.node-version }}
8484

0 commit comments

Comments
 (0)