Skip to content

Commit fdbdeab

Browse files
authored
chore: update github action/setup-node (#227)
* chore: update github action/setup-node * chore: fix audit
1 parent d680461 commit fdbdeab

File tree

2 files changed

+60
-60
lines changed

2 files changed

+60
-60
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"
@@ -77,7 +77,7 @@ jobs:
7777
- uses: actions/checkout@v4
7878

7979
- name: Use Node.js ${{ matrix.node-version }}
80-
uses: actions/setup-node@v3
80+
uses: actions/setup-node@v4
8181
with:
8282
node-version: ${{ matrix.node-version }}
8383
cache: "npm"

package-lock.json

+58-58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)