Skip to content

Commit 8ba3c87

Browse files
chore(deps): update actions/setup-node action to v6
1 parent c70fe7c commit 8ba3c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1212
- name: Setup Node
13-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
13+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
1414
with:
1515
node-version: 23
1616
- run: npm ci

0 commit comments

Comments
 (0)