Skip to content

Commit

Permalink
fix: ci node version
Browse files Browse the repository at this point in the history
  • Loading branch information
dylandepass committed Jan 23, 2023
1 parent 0f131e5 commit 6b5ae5b
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 @@ -12,10 +12,10 @@ jobs:
- name: Prepare repository
run: git fetch --unshallow --tags

- name: Use Node.js 14.x
- name: Use Node.js 15.x
uses: actions/setup-node@v1
with:
node-version: 14.x
node-version: 15.x

- name: Install dependencies
uses: bahmutov/npm-install@v1
Expand Down

0 comments on commit 6b5ae5b

Please sign in to comment.