Skip to content

Commit 0f9fa7e

Browse files
authored
Bump actions/setup-node whose old version is EOL (#310)
1 parent f95c19a commit 0f9fa7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@v3
7171

72-
- uses: actions/setup-node@v2
72+
- uses: actions/setup-node@v4
7373
with:
7474
node-version: ${{ matrix.node-version }}
7575
cache: npm

0 commit comments

Comments
 (0)