Skip to content

Commit 0f781d0

Browse files
chore: update github action/setup-node (#144)
* chore: update github action/setup-node * chore: update github action/setup-node --------- Co-authored-by: Nitin Kumar <[email protected]>
1 parent 24e82e1 commit 0f781d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
fetch-depth: 0
3838

3939
- name: Use Node.js ${{ matrix.node-version }}
40-
uses: actions/setup-node@v3
40+
uses: actions/setup-node@v4
4141
with:
4242
node-version: ${{ matrix.node-version }}
4343
cache: "npm"
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/checkout@v4
7474

7575
- name: Use Node.js ${{ matrix.node-version }}
76-
uses: actions/setup-node@v3
76+
uses: actions/setup-node@v4
7777
with:
7878
node-version: ${{ matrix.node-version }}
7979
cache: "npm"

0 commit comments

Comments
 (0)