mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-07-01 22:37:26 +08:00
Use Node 20
This commit is contained in:
5
.github/workflows/release-build.yml
vendored
5
.github/workflows/release-build.yml
vendored
@ -20,6 +20,11 @@ jobs:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
|
||||
- name: Set up Node.js 20
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: '20'
|
||||
|
||||
- name: Cache Node modules
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
|
Reference in New Issue
Block a user