mirror of
https://github.com/revanced/revanced-discord-bot.git
synced 2025-05-08 02:04:24 +02:00
fix(workflow): use latest version of Node.JS
This commit is contained in:
parent
05ff0a27d2
commit
2fb3afd6e2
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -19,6 +19,12 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: "latest"
|
||||
cache: 'npm'
|
||||
|
||||
- name: Setup Rust toolchain
|
||||
id: rust-toolchain
|
||||
uses: actions-rs/toolchain@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user