Skip to content

Commit

Permalink
update node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Mar 11, 2024
1 parent 9c90831 commit ad3c898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-test-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
- uses: actions/checkout@v3
if: contains(github.ref, 'tags/')

- name: Use Node.js 14.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
if: contains(github.ref, 'tags/')

- name: npm install
Expand Down

0 comments on commit ad3c898

Please sign in to comment.