feat: update runtime to node 20 (#246)
Some checks failed
Publish Docker Image / publish (push) Has been cancelled

This commit is contained in:
Peter Evans
2024-01-25 21:25:01 +09:00
committed by GitHub
parent 487b4536f5
commit e98e4d1628
6 changed files with 11 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: npm
- run: npm ci
- run: npm run build

View File

@@ -11,7 +11,7 @@ on:
type: choice
description: The major version tag to update
options:
- v3
- v4
jobs:
tag: