Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
vuongle2609 authored Mar 18, 2024
1 parent 4e17fa3 commit 0a87c25
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -14,11 +14,10 @@ jobs:

steps:
- name: '🔧 setup node'
uses: docker://node:20
uses: actions/setup-node@v3
with:
cache: 'yarn'
node-version: 16
cache-dependency-path: 'yarn.lock'
cache: 'npm'
node-version: 20

- run: 'npm install'
- run: 'npm run build'

0 comments on commit 0a87c25

Please sign in to comment.