Skip to content
This repository was archived by the owner on Jan 5, 2026. It is now read-only.

Commit ab7f941

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 4934ab3 commit ab7f941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout latest changes
1010
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1111
- name: Setup Node
12-
uses: actions/setup-node@v3
12+
uses: actions/setup-node@v6
1313
with:
1414
node-version: '16'
1515
cache: 'yarn'

0 commit comments

Comments
 (0)