Skip to content

Commit

Permalink
fix: bump node.js version 16->21 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos authored Apr 23, 2024
1 parent fa947b7 commit 85476b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 55 deletions.
54 changes: 0 additions & 54 deletions .github/workflows/build-pull-request.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: '16'
node-version: '21'

- name: Run Semantic Release
run: |
Expand Down

0 comments on commit 85476b2

Please sign in to comment.