Skip to content

Commit f995eb0

Browse files
removed node 24
1 parent ed13fef commit f995eb0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 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: [20, 22, 24]
17+
node-version: [20, 22]
1818
steps:
1919
- uses: actions/checkout@v6
2020
- name: Use Node.js ${{ matrix.node-version }}
@@ -104,5 +104,6 @@ jobs:
104104
run: npm install -g npm@latest
105105
- name: Disable pre- and post-publish actions
106106
run: 'sed -i -E "s/\"((pre|post)publish)/\"ignore:\1/" package.json'
107-
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
107+
- name: Publish to npm
108+
if: github.actor != 'dependabot[bot]' && github.actor != 'dependabot-preview[bot]'
108109
run: npm publish --tag latest

0 commit comments

Comments
 (0)