fix(workflow): use latest version of Node.JS

This commit is contained in:
oSumAtrIX
2023-01-07 01:14:14 +01:00
committed by GitHub
parent 05ff0a27d2
commit 2fb3afd6e2

View File

@ -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