mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-07-03 07:29:43 +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'
|
java-version: '17'
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
|
||||||
|
- name: Set up Node.js 20
|
||||||
|
uses: actions/setup-node@v2
|
||||||
|
with:
|
||||||
|
node-version: '20'
|
||||||
|
|
||||||
- name: Cache Node modules
|
- name: Cache Node modules
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user