mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-09 23:01:14 +02:00
build: run build with node 16 (#729)
Signed-off-by: Jeff Ching <chingor@google.com>
This commit is contained in:
3
.github/workflows/release-please.yaml
vendored
3
.github/workflows/release-please.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user