mirror of
https://github.com/darkwire/darkwire.io.git
synced 2025-07-19 19:14:53 +00:00
Update docker-image.yml
This commit is contained in:
parent
28206fb37d
commit
903dbd3f4e
4
.github/workflows/docker-image.yml
vendored
4
.github/workflows/docker-image.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user