|
57 | 57 | - name: Install Node.js |
58 | 58 | uses: actions/setup-node@v6 |
59 | 59 | with: |
60 | | - node-version: '22.14.0' |
| 60 | + node-version: '24.16.0' |
61 | 61 | - name: Setup pnpm |
62 | 62 | id: setup-pnpm |
63 | 63 | uses: pnpm/action-setup@v6 |
@@ -94,17 +94,14 @@ jobs: |
94 | 94 | - name: Install Node.js |
95 | 95 | uses: actions/setup-node@v6 |
96 | 96 | with: |
97 | | - node-version: '22.14.0' |
| 97 | + node-version: '24.16.0' |
98 | 98 | registry-url: 'https://registry.npmjs.org' |
99 | 99 | - name: Setup pnpm |
100 | 100 | id: setup-pnpm |
101 | 101 | uses: pnpm/action-setup@v6 |
102 | 102 | with: |
103 | 103 | run_install: false |
104 | 104 | # Skip on beta runs — eds-utils has no beta channel |
105 | | - - name: Upgrade npm for trusted publishing |
106 | | - if: needs.setup.outputs.tag != 'beta' |
107 | | - run: npm install -g npm@11 |
108 | 105 | - name: Publish to npm |
109 | 106 | id: publish-to-npm |
110 | 107 | if: needs.setup.outputs.tag != 'beta' |
@@ -135,7 +132,7 @@ jobs: |
135 | 132 | - name: Install Node.js |
136 | 133 | uses: actions/setup-node@v6 |
137 | 134 | with: |
138 | | - node-version: '22.14.0' |
| 135 | + node-version: '24.16.0' |
139 | 136 | registry-url: 'https://registry.npmjs.org' |
140 | 137 | - name: Setup pnpm |
141 | 138 | id: setup-pnpm |
@@ -172,8 +169,6 @@ jobs: |
172 | 169 | " |
173 | 170 | echo "Updated exports:" |
174 | 171 | cat package.json | grep -A 15 '"exports"' |
175 | | - - name: Upgrade npm for trusted publishing |
176 | | - run: npm install -g npm@11 |
177 | 172 | - name: Publish to npm |
178 | 173 | id: publish-to-npm |
179 | 174 | working-directory: packages/eds-core-react |
|
0 commit comments