1
0
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:
Jeff Ching
2023-03-07 09:36:36 -08:00
committed by GitHub
parent 57bb5dcfd4
commit a085f7b3e4

View File

@@ -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