Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
joYyHack committed Mar 7, 2024
1 parent ccddccb commit c85a3b5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ name: setup
runs:
using: composite
steps:
# - name: Setup node
# uses: actions/setup-node@v3
# with:
# node-version: "16.18.x"
# cache: npm
# - name: Install packages
# run: npm install
# shell: bash
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: "16.18.x"
cache: npm
- name: Install packages
run: npm install
shell: bash
- name: Install rust
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit c85a3b5

Please sign in to comment.