Skip to content

Commit

Permalink
build(repo): Update to Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Oct 20, 2023
1 parent dea4863 commit ae9e8a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

strategy:
matrix:
node-version: [ 18, 19 ]
node-version: [ 18, 20 ]

steps:
- name: Checkout Repo
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- name: Publish to Verdaccio
run: |
if [ \"$(npm config get registry)\" = \"https://registry.npmjs.org/\" ]; then echo 'Error: Using default registry' && exit 1; npm run build -- ${{ env.TURBO_ARGS }} && changeset publish --no-git-tag; fi",
if [ \"$(npm config get registry)\" = \"https://registry.npmjs.org/\" ]; then echo 'Error: Using default registry' && exit 1; else npm run build -- ${{ env.TURBO_ARGS }} && changeset publish --no-git-tag; fi",
- name: Install @clerk/backend in /integration
working-directory: ./integration
Expand Down

0 comments on commit ae9e8a2

Please sign in to comment.