Skip to content

Commit

Permalink
Upgrade to Node.js 21
Browse files Browse the repository at this point in the history
  • Loading branch information
soundmonster committed Feb 15, 2024
1 parent e9b05ab commit ee3f43b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Node.js 17
- name: Use Node.js 21
uses: actions/setup-node@v2
with:
node-version: 17.x
node-version: 21.x
- name: Install dependencies
run: npm install
- name: Generate unrouted PCBs
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nodejs 17.1.0
node 21.6.1

0 comments on commit ee3f43b

Please sign in to comment.