Skip to content

Commit be5264f

Browse files
chore(deps): update actions/setup-node action to v4
1 parent c7516eb commit be5264f

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
@@ -13,7 +13,7 @@ jobs:
1313
- '14'
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v4
1717
with:
1818
node-version: ${{ matrix.node }}
1919
- run: npm install

0 commit comments

Comments
 (0)