File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414docker :
15- image : ' gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest'
16- digest : ' sha256:c7e4968cfc97a204a4b2381f3ecb55cabc40c4cccf88b1ef8bef0d976be87fee'
15+ image : gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
16+ digest : sha256:c7e4968cfc97a204a4b2381f3ecb55cabc40c4cccf88b1ef8bef0d976be87fee
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 strategy :
1212 matrix :
13- node : [14, 16, 18, 20]
13+ node : [18, 20, 22 ]
1414 steps :
1515 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1616 - uses : actions/setup-node@v4
3333 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3434 - uses : actions/setup-node@v4
3535 with :
36- node-version : 14
36+ node-version : 18
3737 - run : npm install
3838 - run : npm test
3939 env :
4444 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545 - uses : actions/setup-node@v4
4646 with :
47- node-version : 14
47+ node-version : 18
4848 - run : npm install
4949 - run : npm run lint
5050 docs :
5353 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5454 - uses : actions/setup-node@v4
5555 with :
56- node-version : 14
56+ node-version : 18
5757 - run : npm install
5858 - run : npm run docs-test
You can’t perform that action at this time.
0 commit comments