From 4e4790694765dde8deb66273793c47a9f144bda3 Mon Sep 17 00:00:00 2001 From: "Sergio A. Trejo" Date: Mon, 25 Mar 2024 23:09:45 -0500 Subject: [PATCH] =?UTF-8?q?chore(yml):=20=E2=9C=85=20Updated=20new=20deplo?= =?UTF-8?q?y=20yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cd696b9..85b6576 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }} @@ -33,5 +33,3 @@ jobs: - run: npm install - run: npm run build - - run: pm2 restart trejocode.com - - run: pm2 save