Skip to content

Commit 277b9e9

Browse files
committed
(simatec) Fix npm publish
1 parent d056c9f commit 277b9e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
runs-on: ${{ matrix.os }}
4242
strategy:
4343
matrix:
44-
node-version: [18.x, 20.x, 22.x, 24.x]
44+
node-version: [20.x, 22.x, 24.x]
4545
os: [ubuntu-latest, windows-latest, macos-latest]
4646

4747
steps:

0 commit comments

Comments
 (0)