Skip to content

Commit 47f43a1

Browse files
committed
update workflows
1 parent f5863e5 commit 47f43a1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
docker:
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

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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
@@ -33,7 +33,7 @@ jobs:
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:
@@ -44,7 +44,7 @@ jobs:
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:
@@ -53,6 +53,6 @@ jobs:
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

0 commit comments

Comments
 (0)