Callum Thomas
Results
2
comments of
Callum Thomas
Same here. Tried to add this step before the Oryx build step and it still only picked up Node 18. ```yaml - name: Set up Node.js uses: actions/setup-node@v4 with: node-version:...
> After specify this in package.json the deployment worked. > > `"engines": { "node": "22.x" }` This worked for me as well, thanks @judeiwuji