Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 3471085

Browse files
Update actions/setup-node action to v4
1 parent 7f8d974 commit 3471085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# setup
2525
- uses: actions/checkout@v3
2626
- name: use nodejs ${{ matrix.node-version }}
27-
uses: actions/setup-node@v3.8.2
27+
uses: actions/setup-node@v4.3.0
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
# cache: 'yarn'

0 commit comments

Comments
 (0)