Skip to content

Commit a2073cb

Browse files
committed
chore: update github action/setup-node
1 parent 8480bce commit a2073cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
- uses: actions/checkout@v4
122122

123123
- name: Use Node.js ${{ matrix.node-version }}
124-
uses: actions/setup-node@v3
124+
uses: actions/setup-node@v4
125125
with:
126126
node-version: ${{ matrix.node-version }}
127127
cache: "npm"

0 commit comments

Comments
 (0)