Skip to content

Commit

Permalink
feat: update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pro100ren4 authored Jul 11, 2024
1 parent a256872 commit 7c88195
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
# - name: Set up Node
# uses: actions/setup-node@v4
# with:
# node-version: 20
# cache: 'npm'
- name: Install packages
run: npm i -g yarn gulp bem-tools-core
- name: Yarn set version
Expand Down

0 comments on commit 7c88195

Please sign in to comment.