Skip to content

Commit

Permalink
updted node version (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasir-rabbani authored May 20, 2022
1 parent 67be02a commit eca419f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: exit 1

- name: Setup Node.js
uses: actions/setup-node@v2.3.0
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 16

- name: Install Dependencies
run: npm ci
Expand Down

0 comments on commit eca419f

Please sign in to comment.