Skip to content

Commit

Permalink
Updates CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdoza committed Aug 11, 2023
1 parent 0e6db45 commit b7ec5e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
- name: Checkout the repository
uses: actions/checkout@v2

- name: Use Node.js v12
uses: actions/setup-node@v1
- name: Use Node.js v16
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 16

- name: Check if version has been updated
id: check
Expand Down

0 comments on commit b7ec5e6

Please sign in to comment.