mirror of
https://github.com/actions/setup-node.git
synced 2026-05-24 05:11:53 +00:00
update workflows to remove EOL versions
This commit is contained in:
parent
e5007cbc75
commit
569065ba7d
3 changed files with 4 additions and 4 deletions
2
.github/workflows/versions.yml
vendored
2
.github/workflows/versions.yml
vendored
|
|
@ -219,7 +219,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, macos-latest, macos-latest-large]
|
||||
node-version: [17, 19]
|
||||
node-version: [22, 24]
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- name: Setup Node from dist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue