Skip to content

Commit

Permalink
chore(yml): ✅ Updated new deploy yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TrejoCode committed Mar 26, 2024
1 parent 0ffc45b commit 4e47906
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:

strategy:
matrix:
node-version: [18.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
- name: 💻 Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
Expand All @@ -33,5 +33,3 @@ jobs:
- run: npm install
- run: npm run build
- run: pm2 restart trejocode.com
- run: pm2 save

0 comments on commit 4e47906

Please sign in to comment.