We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7640c commit 3027f5bCopy full SHA for 3027f5b
1 file changed
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
strategy:
16
matrix:
17
- node-version: [ lts/* ]
+ node-version: [ '24' ]
18
steps:
19
- uses: actions/checkout@v4
20
- name: Use Node.js ${{ matrix.node-version }}
@@ -37,10 +37,10 @@ jobs:
37
id-token: write # OIDC trusted publishing
38
39
40
- - name: Use Node.js (LTS)
+ - name: Use Node.js 24
41
uses: actions/setup-node@v4
42
with:
43
- node-version: lts/*
+ node-version: '24'
44
cache: "npm"
45
- run: npm ci
46
- run: npm run build
0 commit comments