Added vercel to actions. #6

Merged
werewolfkid merged 6 commits from vercel into main 2025-09-03 13:17:33 -04:00
3 changed files with 42 additions and 1 deletions
Showing only changes of commit b070f45eba - Show all commits

View File

@@ -20,6 +20,8 @@ jobs:
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/
steps:
- uses: actions/checkout@v4
- name: "Base requirements"
run: |
# packages
@@ -49,4 +51,3 @@ jobs:
run: yarn lint # will run `yarn lint` command
- name: "Build Code"
run: yarn run build # will run `yarn build` command