We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7ff5d5 commit b0723deCopy full SHA for b0723de
.github/workflows/CICD.yaml
@@ -138,9 +138,19 @@ jobs:
138
steps:
139
- name: checkout
140
uses: actions/checkout@v3
141
+
142
+ - name: Use Node.js 20.x
143
+ working-directory: ./GraphViewControl
144
+ uses: actions/setup-node@v3
145
+ with:
146
+ node-version: 20.x
147
- - name: npm build and test
- uses: ./.github/workflows/nodejs_webpack.yaml
148
+ - name: Build
149
150
+ run: |
151
+ npm install
152
+ npm test
153
+ npx webpack
154
155
- name: Upload artifacts
156
uses: actions/upload-artifact@v3
0 commit comments