Skip to content

Commit 1903170

Browse files
committed
chore(deps): add 24.12.0 (jobs.update_package_lock.steps.with.node-version)
1 parent be4aeb9 commit 1903170

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/update_package_lock.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
- name: prepare node
1515
uses: actions/setup-node@v6.1.0
1616
with:
17-
node-version: 24.11.1
17+
node-version:
18+
- 24.11.1
19+
- 24.12.0
1820
- name: remove lock
1921
run: rm package-lock.json
2022
- name: install playwright

0 commit comments

Comments
 (0)