Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
build: run build with node 16 (#729)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ching <chingor@google.com>
  • Loading branch information
chingor13 authored Mar 7, 2023
1 parent 57bb5dc commit a085f7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
with:
node-version: 16
- name: install
run: npm ci
- name: build
Expand Down

0 comments on commit a085f7b

Please sign in to comment.