We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2c7b7 commit cfb6d36Copy full SHA for cfb6d36
3 files changed
.github/workflows/npm-publish.yml
@@ -40,7 +40,7 @@ jobs:
40
41
- uses: actions/setup-node@v4
42
with:
43
- node-version: '20.x'
+ node-version: '24.x'
44
registry-url: 'https://registry.npmjs.org'
45
46
- run: npm ci
.github/workflows/release-edge.yml
@@ -20,12 +20,11 @@ jobs:
20
21
fetch-depth: 0
22
23
- - run: npm ci
24
-
25
26
27
28
- registry-url: 'https://registry.npmjs.org'
+
+ - run: npm ci
29
30
- name: Get current version from package.json
31
id: get_version
.github/workflows/release.yml
@@ -19,8 +19,6 @@ jobs:
19
steps:
- uses: actions/checkout@v4
- name: Release PR
uses: googleapis/release-please-action@v4
id: release
0 commit comments