Skip to content

Commit 4ea9d35

Browse files
chore: update github action/setup-node (webpack-contrib#250)
* chore: update github action/setup-node * chore: fix audit * chore: update github action/setup-node --------- Co-authored-by: Nitin Kumar <snitin315@gmail.com>
1 parent 9da53f1 commit 4ea9d35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nodejs.yml

+2-2
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"
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@v4
8484

8585
- name: Use Node.js ${{ matrix.node-version }}
86-
uses: actions/setup-node@v3
86+
uses: actions/setup-node@v4
8787
with:
8888
node-version: ${{ matrix.node-version }}
8989
cache: "npm"

0 commit comments

Comments
 (0)