-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic
Description
I need to verify that an RC version of Node.js resolves a bug, is there a way to specify this version?
For example, I need to test v12.22.12-rc.0
and other LTS version. https://nodejs.org/download/rc/
My CI config:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
node: [12, 14, 16]
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
cache: npm
See also: #360
finalX65
Metadata
Metadata
Assignees
Labels
feature requestNew feature or request to improve the current logicNew feature or request to improve the current logic