Update publish.yaml

This commit is contained in:
Bruce MacDonald
2025-10-30 13:02:49 -07:00
parent b4acbee8a0
commit 603df9fe59
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: latest
node-version: '20'
registry-url: https://registry.npmjs.org
cache: npm
- run: npm ci