Skip to content

Commit

Permalink
Release workflow node 22.x
Browse files Browse the repository at this point in the history
  • Loading branch information
csehatt741 authored and Attila Cseh committed Feb 15, 2025
1 parent b8e2abf commit 4ff6aba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
- develop
- release-lint-staged-fix
workflow_dispatch:

jobs:
Expand All @@ -23,7 +24,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
registry-url: https://registry.npmjs.org

- name: Install PNPM
Expand Down Expand Up @@ -406,7 +407,7 @@ jobs:
- uses: actions/setup-node@v4
if: steps.check-versions.outputs.skip_publish != 'true'
with:
node-version: '20.x'
node-version: 22.x
registry-url: 'https://registry.npmjs.org'
scope: '@keyshade'

Expand Down Expand Up @@ -446,7 +447,7 @@ jobs:
- name: node
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x
registry-url: https://registry.npmjs.org

- name: Install PNPM
Expand Down

0 comments on commit 4ff6aba

Please sign in to comment.