Skip to content

Commit

Permalink
feat: update to node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
MLKendall committed Mar 22, 2024
1 parent 0123bfd commit 21c0cc3
Show file tree
Hide file tree
Showing 4 changed files with 4,021 additions and 2,111 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
checkAllCommitMessages: 'true'
accessToken: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/setup-node@v1
- uses: actions/setup-node@v4
with:
node-version: 14
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Install
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
npm-publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: 20
registry-url: https://registry.npmjs.org/

- name: Install
Expand Down
Loading

0 comments on commit 21c0cc3

Please sign in to comment.