Skip to content

Commit

Permalink
update node
Browse files Browse the repository at this point in the history
  • Loading branch information
torounit committed Mar 11, 2024
1 parent 72753fc commit e6ab829
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 @@ -13,10 +13,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Use Node.js 14.x
- name: Use Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'

- name: npm install
run: npm ci
Expand Down

0 comments on commit e6ab829

Please sign in to comment.