Skip to content

Commit 97f8d5e

Browse files
authored
Fce 2563/add trusted publishing (#223)
## Description Bumps node and yarn versions ## Motivation and Context This is done to allow for enabling [NPM trusted publishing](https://docs.npmjs.com/trusted-publishers#how-to-configure-maximum-security) ## Documentation impact - [ ] Documentation update required - [ ] Documentation updated [in another PR](_) - [x] No documentation update required ## Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
1 parent 31dc621 commit 97f8d5e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Setup .npmrc file to publish to npm
1414
- uses: actions/setup-node@v4
1515
with:
16-
node-version: '20.x'
16+
node-version: '24.4.1'
1717
registry-url: 'https://registry.npmjs.org'
1818
- run: yarn
1919
- run: yarn build

.github/workflows/static.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup Node
2222
uses: actions/setup-node@v4
2323
with:
24-
node-version: 21
24+
node-version: 24.4.1
2525
cache: yarn
2626

2727
- name: Install dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"packages/*",
66
"examples/*"
77
],
8-
"packageManager": "yarn@4.4.0",
8+
"packageManager": "yarn@4.12.0",
99
"devDependencies": {
1010
"@eslint/js": "^9.23.0",
1111
"cspell": "^9.4.0",

0 commit comments

Comments
 (0)