Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinapole authored Sep 24, 2023
1 parent 75aa7a3 commit e029069
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ jobs:
uses: actions/checkout@v2
with:
persist-credentials: false


- name: Setup Node.js Environment 🏠
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install and Build 🔧
run: |
yarn install
Expand Down

0 comments on commit e029069

Please sign in to comment.