Skip to content

Commit

Permalink
Return back node 18.x to deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Bardadym committed Dec 3, 2023
1 parent 6a9f2fe commit 5c19b2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v4
with:
node-version: '20.x'
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'
- run: npm ci --ignore-scripts
- run: npm run build
Expand Down

0 comments on commit 5c19b2b

Please sign in to comment.