Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix(workflow): use latest version of Node.JS
Browse files Browse the repository at this point in the history
  • Loading branch information
oSumAtrIX committed Jan 7, 2023
1 parent 05ff0a2 commit 2fb3afd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2fb3afd

Please sign in to comment.