We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d7ad3 commit 1ca2523Copy full SHA for 1ca2523
2 files changed
.github/workflow/node.js.yml
@@ -0,0 +1,21 @@
1
+name: Node.js CI
2
+
3
+on:
4
+ push:
5
+ branches: [ 'ci', 'dev' ]
6
+ tags: [ 'v*' ]
7
8
+jobs:
9
+ build:
10
+ runs-on: ubuntu-latest
11
12
+ steps:
13
+ - uses: actions/checkout@v4
14
+ - name: Use Node.js
15
+ uses: actions/setup-node@v4
16
+ with:
17
+ node-version: '24.x'
18
+ - run: cd 1-order-service/
19
+ - run: npm ci
20
+ - run: npm run build --if-present
21
+ - run: cat Dockerfile
testing-file.txt
0 commit comments