mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
fixup! upgrade remaining node versions
This commit is contained in:
parent
386e24d3b6
commit
52b044557e
2
.github/workflows/filestash.yml
vendored
2
.github/workflows/filestash.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
if: ${{ github.repository == 'jquery/jquery' }}
|
||||
environment: filestash
|
||||
env:
|
||||
NODE_VERSION: 20.x
|
||||
NODE_VERSION: 22.x
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
2
.github/workflows/verify-release.yml
vendored
2
.github/workflows/verify-release.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
# skip on forks
|
||||
if: ${{ github.repository == 'jquery/jquery' }}
|
||||
env:
|
||||
NODE_VERSION: 20.x
|
||||
NODE_VERSION: 22.x
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
|
||||
|
Loading…
Reference in New Issue
Block a user