mirror of
https://github.com/peter-evans/repository-dispatch.git
synced 2026-06-25 05:35:57 +00:00
feat: update runtime to node 20 (#305)
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 20.x
|
||||
- run: npm ci
|
||||
- run: npm run build
|
||||
- run: npm run format-check
|
||||
|
||||
2
.github/workflows/update-major-version.yml
vendored
2
.github/workflows/update-major-version.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
type: choice
|
||||
description: The major version tag to update
|
||||
options:
|
||||
- v2
|
||||
- v3
|
||||
|
||||
jobs:
|
||||
tag:
|
||||
|
||||
Reference in New Issue
Block a user