We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18669f1 commit eadb34bCopy full SHA for eadb34b
.github/workflows/release-project.yml
@@ -37,10 +37,10 @@ jobs:
37
with:
38
username: ${{ secrets.DOCKER_HUB_USERNAME }}
39
password: ${{ secrets.DOCKER_HUB_TOKEN }}
40
- - name: Use Node.js 14.x
+ - name: Use Node.js 18.x
41
uses: actions/setup-node@v4
42
43
- node-version: '14.x'
+ node-version: '18.x'
44
45
- name: Build application with npm
46
run: |
0 commit comments