Skip to content

Commit

Permalink
fix: update workflows (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardocasares authored Jan 25, 2023
1 parent 7046c53 commit 11134f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
name: release
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: "18"
- run: npm ci
Expand Down

1 comment on commit 11134f0

@vercel
Copy link

@vercel vercel bot commented on 11134f0 Jan 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

bemba – ./

bemba.vercel.app
bemba-git-master-analogical.vercel.app
bemba-analogical.vercel.app

Please sign in to comment.