-
Notifications
You must be signed in to change notification settings - Fork 261
Extensions release v1.14.0 #601
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
Conversation
|
||
jobs: | ||
build: | ||
runs-on: ubuntu-latest | ||
|
||
strategy: | ||
matrix: | ||
node-version: [12.x, 14.x, 16.x] | ||
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/ | ||
node-version: [20.x, 22.x, 24.x] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These workflows on EOL versions of Node were failing. https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. This PR removes the old docs. The docs are now on the gh-pages-* branches.
Please remove the 1.13 version of the .latest.js files from the libs/previous folder, the .latest file should only exist for the current active version we are releasing. |
Oh, thanks for catching that @stephendeoca! |
The base branch was changed.
No description provided.