Skip to content

Commit

Permalink
CI: Update Node 16 (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
namgold authored Jul 28, 2023
1 parent b82b038 commit 301c642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

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

- name: Setup yarn
run: npm install -g yarn
Expand Down

0 comments on commit 301c642

Please sign in to comment.