We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652f66d commit b8367ccCopy full SHA for b8367cc
.github/.OwlBot.lock.yaml
@@ -1,3 +1,3 @@
1
docker:
2
image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest
3
- digest: sha256:f092066de33d4a2a13ab13c8fa9dcb4f6b96fa1fb7d391bf19cd0c4921d997c0
+ digest: sha256:3563b6b264989c4f5aa31a3682e4df36c95756cfef275d3201508947cbfc511e
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- node: [10, 12, 14, 15]
+ node: [10, 12, 14, 16]
13
steps:
14
- uses: actions/checkout@v2
15
- uses: actions/setup-node@v1
0 commit comments