We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9c9b57 commit ad6bd7fCopy full SHA for ad6bd7f
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.0
+ node-version: 24.14.1
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