Skip to content

Commit 3027f5b

Browse files
committed
chore: update Node.js version to 24 in GitHub Actions workflow
1 parent 5e7640c commit 3027f5b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [ lts/* ]
17+
node-version: [ '24' ]
1818
steps:
1919
- uses: actions/checkout@v4
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -37,10 +37,10 @@ jobs:
3737
id-token: write # OIDC trusted publishing
3838
steps:
3939
- uses: actions/checkout@v4
40-
- name: Use Node.js (LTS)
40+
- name: Use Node.js 24
4141
uses: actions/setup-node@v4
4242
with:
43-
node-version: lts/*
43+
node-version: '24'
4444
cache: "npm"
4545
- run: npm ci
4646
- run: npm run build

0 commit comments

Comments
 (0)