Skip to content

Commit 8bb53c9

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 55583e3 commit 8bb53c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
node: [18, 20]
2121
steps:
2222
- uses: actions/checkout@v3
23-
- uses: actions/setup-node@v3
23+
- uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node }}
2626
cache: yarn
@@ -37,7 +37,7 @@ jobs:
3737
if: github.actor != 'github-actions[bot]' && github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next')
3838
steps:
3939
- uses: actions/checkout@v3
40-
- uses: actions/setup-node@v3
40+
- uses: actions/setup-node@v4
4141
with:
4242
node-version: 20
4343
cache: yarn

0 commit comments

Comments
 (0)