mirror of
https://github.com/joaquinjsb/gitea-release-please-action
synced 2026-05-13 20:21:39 +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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
- uses: actions/setup-node@v3
|
||||||
|
with:
|
||||||
|
node-version: 16
|
||||||
- name: install
|
- name: install
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: build
|
- name: build
|
||||||
|
|||||||
Reference in New Issue
Block a user