We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7737c6 commit 14687bcCopy full SHA for 14687bc
1 file changed
.gitcode/workflows/webpack.yml
@@ -0,0 +1,18 @@
1
+name: Npm build
2
+on:
3
+ push:
4
+ branches: [ "main" ]
5
+ pull_request:
6
7
+
8
+jobs:
9
+ build:
10
+ runs-on: euleros-2.10.1
11
+ steps:
12
+ - uses: checkout-action@0.0.1
13
+ - name: Use Node.js
14
+ uses: setup-node@0.0.1
15
+ with:
16
+ node-version: '24.10.0'
17
+ - run: cd repo_workspace && npm run update
18
+ - run: cd repo_workspace && npm run test
0 commit comments