File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 - name : Set up Node.js
2222 uses : actions/setup-node@v2
2323 with :
24- node-version : 14 .x
24+ node-version : 16 .x
2525
2626 - name : Set up npm cache
2727 uses : actions/cache@v2
@@ -31,10 +31,10 @@ jobs:
3131 restore-keys : |
3232 ${{ runner.OS }}-${{ hashFiles('package-lock.json') }}
3333 ${{ runner.OS }}
34-
34+
3535 - name : Install npm dependencies
3636 run : npm ci
37-
37+
3838 - name : Build the extension
3939 run : npm run release
4040
Original file line number Diff line number Diff line change 7373 - name : Node.js setup
7474 uses : actions/setup-node@v2
7575 with :
76- node-version : ${{ matrix.node }}
76+ node-version : 16.x
7777 cache : npm
7878 - name : Track Node and NPM version
7979 run : node --version && npm --version
Original file line number Diff line number Diff line change 3131 - name : Set up Node.js
3232 uses : actions/setup-node@v2
3333 with :
34- node-version : 15 .x
34+ node-version : 16 .x
3535
3636 - name : Verify NPM version
3737 run : npm --version
Original file line number Diff line number Diff line change 2323 - name : Set up Node.js
2424 uses : actions/setup-node@v2
2525 with :
26- node-version : 15 .x
26+ node-version : 16 .x
2727
2828 - name : Verify NPM version
2929 run : npm --version
3636 restore-keys : |
3737 ${{ runner.OS }}-${{ hashFiles('package-lock.json') }}
3838 ${{ runner.OS }}
39-
39+
4040 - name : Install npm dependencies
4141 run : npm ci
4242
You can’t perform that action at this time.
0 commit comments