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

chore: run CI on node versions 18 and 19 #428

Merged
merged 3 commits into from
Feb 24, 2023

Conversation

SimenB
Copy link
Collaborator

@SimenB SimenB commented Feb 17, 2023

About the changes

Node 18 is the current LTS and Node 19 is the current version. Verifying compatibility seems reasonable

Closes #

Important files

Discussion points

steps:
- uses: actions/checkout@v3
- name: Publish to npm
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
node-version: lts/*
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this will currently resolve to v18. Not sure if you wanna lock it down or not? Either way, a matrix is not needed here

@coveralls
Copy link

coveralls commented Feb 17, 2023

Coverage Status

Coverage: 91.818%. Remained the same when pulling 05e4c96 on SimenB:run-on-more-nodes into 18ee8ef on Unleash:main.

@SimenB SimenB requested a review from ivarconr February 17, 2023 11:58
test/repository.test.js Outdated Show resolved Hide resolved
@ivarconr ivarconr merged commit 4892700 into Unleash:main Feb 24, 2023
@SimenB SimenB deleted the run-on-more-nodes branch February 25, 2023 09:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

None yet

4 participants