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

pin to node 16 #54

Merged
merged 1 commit into from
Jan 5, 2024
Merged

pin to node 16 #54

merged 1 commit into from
Jan 5, 2024

Conversation

mcalhoun
Copy link
Member

@mcalhoun mcalhoun commented Jan 5, 2024

what

Pin the action to node 16

why

Currently the tests are using nock, which intercepts fetch requests and mocks them in the test enviornment. Node 18+ introduced the fetch API natively and it broke nock. There is an issue opened with nock that they hope to merge in January 2024 (this month at the time of writing). Once that is merged, we will bump to Node 20.

references

nock/nock#2397

@mcalhoun mcalhoun requested review from a team as code owners January 5, 2024 18:00
@mcalhoun mcalhoun added the no-release Do not create a new release (wait for additional code changes) label Jan 5, 2024
@mcalhoun mcalhoun merged commit a3079b8 into main Jan 5, 2024
3 checks passed
@mcalhoun mcalhoun deleted the pin/to-node-16 branch January 5, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-release Do not create a new release (wait for additional code changes)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants