Remove setup-node from GitHub action

This commit is contained in:
Leilukin 2024-05-28 15:13:09 +08:00 committed by Helen Chong
parent 2b2afb6d28
commit 7a6eed4143

View File

@ -18,11 +18,6 @@ jobs:
- uses: actions/checkout@v4
# Set up any tools and build steps here
- name: Set Up Node.js
uses: actions/setup-node@v4
with:
node-version: current
- name: Set Up Bun
uses: oven-sh/setup-bun@v1
with: