File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 6464
6565 - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
6666 with :
67- node-version : 20
67+ node-version : 22
6868 cache : ' pnpm'
6969
7070 - name : Install Rust
@@ -151,7 +151,7 @@ jobs:
151151
152152 - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
153153 with :
154- node-version : 20
154+ node-version : 22
155155 package-manager-cache : false
156156
157157 - name : Set SHAs
Original file line number Diff line number Diff line change 2525 - name : Use Node.js ${{ matrix.node_version }}
2626 uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
2727 with :
28- node-version : ' 20.19 .0'
28+ node-version : ' 22.21 .0'
2929 cache : ' pnpm'
3030
3131 - name : Cache node_modules
Original file line number Diff line number Diff line change @@ -16,6 +16,11 @@ launch-templates:
1616 - name : Checkout
1717 uses : ' nrwl/nx-cloud-workflows/v5/workflow-steps/checkout/main.yaml'
1818
19+ - name : Install Node
20+ uses : ' nrwl/nx-cloud-workflows/v5/workflow-steps/install-node/main.yaml'
21+ inputs :
22+ node_version : ' 22'
23+
1924 - name : Check Node Version
2025 script : node --version
2126
@@ -108,6 +113,11 @@ launch-templates:
108113 - name : Checkout
109114 uses : ' nrwl/nx-cloud-workflows/v5/workflow-steps/checkout/main.yaml'
110115
116+ - name : Install Node
117+ uses : ' nrwl/nx-cloud-workflows/v5/workflow-steps/install-node/main.yaml'
118+ inputs :
119+ node_version : ' 22'
120+
111121 - name : Check Node Version
112122 script : node --version
113123
You can’t perform that action at this time.
0 commit comments