Skip to content

Commit e09afb8

Browse files
authored
Merge pull request #42 from github/supply-chain-improvements-20260603101902
Supply chain improvements
2 parents 0c9bed5 + b957418 commit e09afb8

5 files changed

Lines changed: 695 additions & 1063 deletions

File tree

.github/workflows/nodejs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v5
13-
- uses: actions/setup-node@v5
12+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
13+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
1414
with:
15-
node-version: 24
16-
- name: npm install, build, and test
15+
node-version: 26
16+
- name: npm ci, build, and test
1717
run: |
18-
npm install
18+
npm ci
1919
npm run build --if-present
2020
npm test
2121
env:

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
publish-npm:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
16-
- uses: actions/setup-node@v5
15+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10
16+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
1717
with:
18-
node-version: 24
18+
node-version: 26
1919
registry-url: https://registry.npmjs.org/
2020
cache: npm
2121
- run: npm ci

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
min-release-age=3

0 commit comments

Comments
 (0)