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

Commit 2cc7405

Browse files
committed
Update actions/setup-node action to v3.7.0
1 parent d6e51d5 commit 2cc7405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.6.0
27+
uses: actions/setup-node@v3.7.0
2828
with:
2929
node-version: ${{ matrix.node-version }}
3030
# cache: 'yarn'

0 commit comments

Comments
 (0)