Skip to content

Commit

Permalink
Update main.yml (#21)
Browse files Browse the repository at this point in the history
* Update main.yml

* Update main.yml
  • Loading branch information
LuisHCK authored Feb 13, 2024
1 parent db5e145 commit cffd63e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and Deploy
on: [push]
on:
push:
branches:
- master
permissions:
contents: write
jobs:
Expand All @@ -18,7 +21,7 @@ jobs:
- name: Install and Build 🔧
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn

- run: yarn install --immutable --immutable-cache --check-cache
Expand Down

0 comments on commit cffd63e

Please sign in to comment.