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 a86745f commit d246332Copy full SHA for d246332
1 file changed
.github/workflows/release.yml
@@ -19,10 +19,10 @@ jobs:
19
- name: Checkout Repo
20
uses: actions/checkout@v4
21
22
- - name: Setup Node.js 22
+ - name: Setup Node.js 24
23
uses: actions/setup-node@v4
24
with:
25
- node-version: 22
+ node-version: 24
26
27
- name: Install Dependencies
28
run: yarn
@@ -35,4 +35,3 @@ jobs:
35
version: yarn release:prepare
36
env:
37
GITHUB_TOKEN: ${{ secrets.PLUGINPAL_BOT_GITHUB_TOKEN }}
38
- NPM_CONFIG_PROVENANCE: true
0 commit comments