diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 62d539f1..bb6b77f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/setup-node@v1 with: - node-version: 12.x + node-version: 16.x - uses: actions/checkout@v2 diff --git a/action.yml b/action.yml index 1a822ea9..e31c0a7f 100644 --- a/action.yml +++ b/action.yml @@ -24,6 +24,6 @@ inputs: default: 'false' runs: - using: node12 + using: node16 main: main.ts post: post.ts