fixup! upgrade remaining node versions

This commit is contained in:
Timmy Willison 2024-12-30 21:07:15 -05:00
parent 386e24d3b6
commit 52b044557e
No known key found for this signature in database
GPG Key ID: 5504C1CD93C19EAB
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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