Skip to content

Commit

Permalink
👷 update node LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
ebullient committed Nov 30, 2023
1 parent 974b825 commit ce9acc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.5'
node-version: '20.10'
cache: 'npm'

- name: Build and Test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: '18.5'
node-version: '20.10'
cache: 'npm'

# Create release notes
Expand Down

0 comments on commit ce9acc6

Please sign in to comment.