Skip to content

Commit

Permalink
Drop support for node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Apr 20, 2024
1 parent 44e693e commit 6f87f3e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install dependencies
run: npm ci && npm run build
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release_candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:

- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16

- name: Install dependencies
run: npm ci && npm run build
Expand Down

0 comments on commit 6f87f3e

Please sign in to comment.