Skip to content

Commit

Permalink
Merge pull request #103 from Itheum/d-damian
Browse files Browse the repository at this point in the history
fix: publish action node-version
  • Loading branch information
damienen authored Feb 22, 2024
2 parents 456b1ad + 6d9ce51 commit 0ee6491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: lts/*
node-version: '18.x'
registry-url: https://registry.npmjs.org/
- name: Install dependencies
run: npx ci
Expand Down

0 comments on commit 0ee6491

Please sign in to comment.