Skip to content

Commit 28eb52a

Browse files
Update node.js version to 16.x
1 parent 31a047f commit 28eb52a

7 files changed

+9957
-17
lines changed

.github/workflows/check-markdown-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Markdown
33

44
env:
55
# See: https://github.com/actions/setup-node/#readme
6-
NODE_VERSION: 12.x
6+
NODE_VERSION: 16.x
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

.github/workflows/check-npm-dependencies-task.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check npm Dependencies
33

44
env:
55
# See: https://github.com/actions/setup-node/#readme
6-
NODE_VERSION: 10.x
6+
NODE_VERSION: 16.x
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

.github/workflows/check-taskfiles.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check Taskfiles
33

44
env:
55
# See: https://github.com/actions/setup-node/#readme
6-
NODE_VERSION: 12.x
6+
NODE_VERSION: 16.x
77

88
# See: https://docs.github.com/actions/using-workflows/events-that-trigger-workflows
99
on:

.github/workflows/sync-labels-npm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Sync Labels
33

44
env:
55
# See: https://github.com/actions/setup-node/#readme
6-
NODE_VERSION: 12.x
6+
NODE_VERSION: 16.x
77
CONFIGURATIONS_FOLDER: .github/label-configuration-files
88
CONFIGURATIONS_ARTIFACT: label-configuration-files
99

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@master
2020

21-
- name: Set Node.js 10.x
21+
- name: Set Node.js 16.x
2222
uses: actions/setup-node@master
2323
with:
24-
node-version: 10.x
24+
node-version: 16.x
2525

2626
- name: npm install
2727
run: npm install

action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
description: 'GitHub repo token to use to avoid rate limiter'
1313
default: ''
1414
runs:
15-
using: 'node12'
15+
using: 'node16'
1616
main: 'lib/main.js'
1717
branding:
1818
icon: 'box'

0 commit comments

Comments
 (0)