Skip to content

Commit

Permalink
Merge pull request #670 from actions/thboop/node16upgrade
Browse files Browse the repository at this point in the history
Update default runtime to node16
  • Loading branch information
thboop committed Feb 28, 2022
2 parents 8af6051 + 76e9fbc commit 3cc1237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-dist.yml
Expand Up @@ -23,10 +23,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set Node.js 12.x
- name: Set Node.js 16.x
uses: actions/setup-node@v1
with:
node-version: 12.x
node-version: 16.x

- name: Install dependencies
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -198,5 +198,5 @@ outputs:
staled-issues-prs:
description: 'List of all staled issues and pull requests.'
runs:
using: 'node12'
using: 'node16'
main: 'dist/index.js'

0 comments on commit 3cc1237

Please sign in to comment.