Skip to content

Commit

Permalink
chore: update node-version
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcc committed Mar 27, 2024
1 parent 5c43179 commit 208041b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 8
node-version: 9
node-version: 10
node-version: 11
node-version: 12
node-version: 13
node-version: [8, 9, 10, 11, 12, 13]

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit 208041b

Please sign in to comment.