Skip to content

Commit

Permalink
chore: update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
btxTruong committed Mar 28, 2024
1 parent 83c64e7 commit f49068a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,16 @@ jobs:
uses: actions/checkout@v4

- name: Setup Node.js 18.x
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'
cache: 'yarn'

- name: Install and build
run: |
npm install
npm run build
- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Build
run: yarn build

- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
Expand Down

0 comments on commit f49068a

Please sign in to comment.