Skip to content

Commit b6f8879

Browse files
renovate[bot]cexbrayat
authored andcommitted
chore(deps): update actions/setup-node action to v4
1 parent 3a4555d commit b6f8879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: pnpm/action-setup@v2
2020
with:
2121
version: 8
22-
- uses: actions/setup-node@v3
22+
- uses: actions/setup-node@v4
2323
with:
2424
node-version: 18
2525
cache: 'pnpm'
@@ -105,7 +105,7 @@ jobs:
105105
- uses: pnpm/action-setup@v2
106106
with:
107107
version: 8
108-
- uses: actions/setup-node@v3
108+
- uses: actions/setup-node@v4
109109
with:
110110
node-version: ${{ matrix.node-version }}
111111
cache: 'pnpm'

0 commit comments

Comments
 (0)