Skip to content

Commit

Permalink
ci: Upgrade ReleaseBot's node.js version to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Aug 24, 2023
1 parent 91c2ab5 commit abc5cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: 🔧 Setup node
uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '20'
cache: 'npm'
- name: 📦 Install Dependencies
run: npm ci
Expand Down

0 comments on commit abc5cb8

Please sign in to comment.