Skip to content

Commit

Permalink
Update ci.yml (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yasindu Dissanayake authored Jul 22, 2024
1 parent abc3616 commit a97dccf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup MetaCall CLI
run: wget -O - https://raw.githubusercontent.com/metacall/install/master/install.sh | sh

- name: Setup NodeJS
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '18'
registry-url: https://registry.npmjs.org
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
docker compose down
- name: Publish
uses: JS-DevTools/npm-publish@v1
uses: JS-DevTools/npm-publish@v3
if: startsWith(github.ref, 'refs/tags/')
with:
access: 'public'
Expand Down

0 comments on commit a97dccf

Please sign in to comment.