We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 314c77b commit 1044211Copy full SHA for 1044211
2 files changed
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Use Node.js
16
uses: actions/setup-node@v6
17
with:
18
- node-version: 24.14.1
+ node-version: 24.15.0
19
- run: npm install
20
- run: npm run build
21
- run: npm run test
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
22
23
registry-url: 'https://registry.npmjs.org'
24
25
0 commit comments