Skip to content

Commit f38bf48

Browse files
authored
Merge pull request #313 from com-pas/update-node-version
chore: update node version in release-project workflow
2 parents 18669f1 + eadb34b commit f38bf48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
with:
3838
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3939
password: ${{ secrets.DOCKER_HUB_TOKEN }}
40-
- name: Use Node.js 14.x
40+
- name: Use Node.js 18.x
4141
uses: actions/setup-node@v4
4242
with:
43-
node-version: '14.x'
43+
node-version: '18.x'
4444

4545
- name: Build application with npm
4646
run: |

0 commit comments

Comments
 (0)