fix(ci): node version

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-05-23 16:46:02 -03:00
parent 7caeb7e54d
commit af6f0c2b04

View File

@@ -10,6 +10,9 @@ jobs:
name: Deploy
if: ${{ github.repository == 'dot013/.www-new' }}
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20]
steps:
- name: Checkout
uses: actions/checkout@v3