Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update versions.yml #937

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update versions.yml
changing node version in 'setup.yaml' file
  • Loading branch information
disisdsid authored Jan 8, 2024
commit 68b1cd1267512b603ed800e03d1214f854d8e0ee
6 changes: 3 additions & 3 deletions .github/workflows/versions.yml
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10, 12, 14]
node-version: [10, 12, 14, 16, 18 ]
Copy link
Contributor

@cclauss cclauss Apr 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
node-version: [10, 12, 14, 16, 18 ]
node-version: [10, 12, 14, 16, 18, 20, 22]

Repeat below...

steps:
- uses: actions/checkout@v4
- name: Setup Node
@@ -140,7 +140,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [10, 12, 14]
node-version: [10, 12, 14, 16, 18]
steps:
- uses: actions/checkout@v4
- name: Setup Node and check latest
@@ -205,7 +205,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [11, 13]
node-version: [11, 13, 16, 18]
steps:
- uses: actions/checkout@v4
- name: Setup Node from dist