Skip to content

Commit

Permalink
build: use Node 16 instead of Node 12 (ikatyang#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
duke-mai authored Jul 21, 2023
1 parent 44790ba commit ef5ce59
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef5ce59

Please sign in to comment.