File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1616 fetch-depth : 0
1717 - uses : actions/setup-node@v4
1818 with :
19- node-version : 18
19+ node-version : 20
2020 cache : npm
2121 - run : npm ci
2222 - run : npm run typecheck
3333 fetch-depth : 0
3434 - uses : actions/setup-node@v4
3535 with :
36- node-version : 18
36+ node-version : 20
3737 - run : npm ci
3838 - run : npm test
Original file line number Diff line number Diff line change 2121 - name : Setup Node
2222 uses : actions/setup-node@v4
2323 with :
24- node-version : 18
24+ node-version : 20
2525 cache : npm
2626 - name : Install Packages
2727 run : npm ci
Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v4
1414 - uses : actions/setup-node@v4
1515 with :
16- node-version : 18
16+ node-version : 20
1717 registry-url : https://registry.npmjs.org
1818 - run : npm ci
1919 - run : npm publish
Original file line number Diff line number Diff line change 2929 - name : Setup Node.js
3030 uses : actions/setup-node@v4
3131 with :
32- node-version : 18
32+ node-version : 20
3333 cache : npm
3434
3535 - name : Install dependencies
@@ -107,7 +107,7 @@ jobs:
107107 - name : Setup Node.js
108108 uses : actions/setup-node@v4
109109 with :
110- node-version : 18
110+ node-version : 20
111111 cache : npm
112112
113113 - name : Install dependencies
Original file line number Diff line number Diff line change 1414 - uses : actions/checkout@v4
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 18
17+ node-version : 20
1818 - run : npm ci
1919 - run : npm test
2020 - uses : googleapis/release-please-action@v4
Original file line number Diff line number Diff line change 1- 18.19.0
1+ v20
You can’t perform that action at this time.
0 commit comments