Skip to content

Commit 22f8788

Browse files
authored
Update docker-image.yml
Explicitly set up Node.js 20 in GitHub Actions workflow
1 parent fddc185 commit 22f8788

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docker-image.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
- name: Set up Node.js 20
15+
uses: actions/setup-node@v3
16+
with:
17+
node-version: '20'
18+
1419
- name: Checkout repository
1520
uses: actions/checkout@v3
1621

0 commit comments

Comments
 (0)