Skip to content

Commit fd8b055

Browse files
committed
moving to older node v
1 parent 07a1e01 commit fd8b055

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-to-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
# Set up Node.js and cache dependencies
1515
- uses: actions/setup-node@v3
1616
with:
17-
node-version: 22.11.0
17+
node-version: '18.x'
1818
registry-url: 'https://registry.npmjs.org'
1919
cache: 'npm'
2020

0 commit comments

Comments
 (0)