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 Apr 21, 2024
1 parent 41f8001 commit c023967
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,14 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: [11, 12, 13, 14, 15, 16, 17, 18]
node-version:
- 12
- 13
- 14
- 15
- 16
- 17
- 18

- name: Install Dependencies
run: npm install
Expand Down

0 comments on commit c023967

Please sign in to comment.