We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 929fc70 commit 8ff1ad7Copy full SHA for 8ff1ad7
.github/workflows/publish-starters.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Setup Node.js 18.x
12
uses: actions/setup-node@v4
13
with:
14
- node-version: "18.20.8"
+ node-version: "24.12.0"
15
- name: Publish Starters
16
uses: LekoArts/actions-push-subdirectories@master
17
env:
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
- name: Install Dependencies
23
uses: ./.github/actions/yarn-install
24
- name: Create Release Pull Request or Publish to npm
0 commit comments