The current GitHub actions are using
- uses: actions/setup-node@v3
with:
node-version: 16.x
This version is out of support. The point of discussion is whether to move to 20 or 18.
20 is about to become LTS, but I don't think that most images are there yet. I know that lambdas are only at 18.
The current GitHub actions are using
This version is out of support. The point of discussion is whether to move to 20 or 18.
20 is about to become LTS, but I don't think that most images are there yet. I know that lambdas are only at 18.