Skip to content

Commit 7cf1a9b

Browse files
committed
ci: set setup-node to v4
1 parent afed9cb commit 7cf1a9b

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
@@ -21,7 +21,7 @@ jobs:
2121
- x.x.x # safety net; don't remove
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: actions/setup-node@v3
24+
- uses: actions/setup-node@v4
2525
with:
2626
node-version: ${{ matrix.node_version }}
2727
- run: npm ci

0 commit comments

Comments
 (0)