Skip to content

Commit 83be279

Browse files
committed
Ready to publish
1 parent a40a72b commit 83be279

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ updates:
66
interval: daily
77
time: '10:00'
88
open-pull-requests-limit: 10
9-
assignees:
10-
- NorthernMan54
119
labels:
1210
- dependencies
1311
# Group related updates together (optional)

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: Setup Node.js
116116
uses: actions/setup-node@v6
117117
with:
118-
node-version: 24
118+
node-version: lts/*
119119
registry-url: 'https://registry.npmjs.org'
120120

121121
- name: Upgrade npm for OIDC support

0 commit comments

Comments
 (0)