File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,8 @@ permissions:
3636jobs :
3737 build-and-validate :
3838 runs-on : ubuntu-latest
39- <<<<<<< copilot/create-npx-package-for-token-analysis
4039 env :
4140 node-version : 22
42- =======
43- strategy :
44- matrix :
45- node-version : [18, 20, 22]
46- >>>>>>> main
4741 steps :
4842 - name : Harden Runner
4943 uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
@@ -52,17 +46,10 @@ jobs:
5246
5347 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5448
55- <<<<<<< copilot/create-npx-package-for-token-analysis
5649 - name : Setup Node.js ${{ env.node-version }}
5750 uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
5851 with :
5952 node-version : ${{ env.node-version }}
60- =======
61- - name : Setup Node.js ${{ matrix.node-version }}
62- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
63- with :
64- node-version : ${{ matrix.node-version }}
65- >>>>>>> main
6653
6754 - name : Install extension dependencies
6855 run : npm ci
@@ -99,13 +86,10 @@ jobs:
9986 working-directory : cli
10087 run : node dist/cli.js fluency --tips
10188
102- <<<<<<< copilot/create-npx-package-for-token-analysis
10389 - name : Validate diagnostics command
10490 working-directory : cli
10591 run : node dist/cli.js diagnostics
10692
107- =======
108- >>>>>>> main
10993 - name : Build production bundle
11094 working-directory : cli
11195 run : npm run build:production
You can’t perform that action at this time.
0 commit comments