1
0
mirror of https://github.com/ikatyang/emoji-cheat-sheet.git synced 2025-04-03 14:03:40 +02:00

perf: use Node 16 instead of Node 12

For more information, see https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
This commit is contained in:
Henry Mai 2023-06-14 19:40:57 +09:30 committed by Ika
parent 44790baba0
commit 4a2ad1a1d5
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2-beta
with:
node-version: "12"
node-version: "16"
- name: Install Dependencies
run: yarn

View File

@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2-beta
with:
node-version: "12"
node-version: "16"
- name: Install Dependencies
run: yarn

View File

@ -17,7 +17,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2-beta
with:
node-version: "12"
node-version: "16"
- name: Install Dependencies
run: yarn