Update docker-image.yml

This commit is contained in:
Noxcis 2024-10-10 02:14:56 -05:00 committed by GitHub
parent 28206fb37d
commit 903dbd3f4e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,10 +20,10 @@ jobs:
uses: actions/checkout@v3
# Step 2: Set up Node.js version 18
- name: Use Node.js version 18
- name: Use Node.js version 20
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
# Step 3: Log in to Docker Hub using secrets
- name: Log in to Docker Hub