Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikvirendrar committed Nov 6, 2024
1 parent cee1c1b commit d9840d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Deploy
on:
push:
branches:
- dev
- dev2
jobs:
build-and-deploy:
concurrency: ci-${{ github.ref }}
Expand All @@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16
- name: Install base packages 🔧
run: |
npm ci
Expand Down

0 comments on commit d9840d0

Please sign in to comment.