Skip to content

Commit

Permalink
BREAKING CHANGE: migrate to node test runner and fastify v5 (#374)
Browse files Browse the repository at this point in the history
* BREAKING CHANGE: migrate to node v20

* fix: describe

* BREAKING CHANGE: upgrade deps
  • Loading branch information
ilteoood authored Dec 17, 2024
1 parent 9c65c42 commit a432b35
Show file tree
Hide file tree
Showing 5 changed files with 6,342 additions and 13,026 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ jobs:
strategy:
matrix:
node-version:
- 14
- 16
- 18
- 20
- 22
env:
AZURE_VAULT_NAME: kv${{ github.run_id }}-${{ matrix.node-version }}-${{ github.run_attempt }}
AZURE_DEFAULTS_GROUP: ${{ secrets.KEYVAULT_RESOURCE_GROUP }}
Expand Down Expand Up @@ -57,7 +56,7 @@ jobs:
# set certificates policies
az keyvault set-policy -n ${{ env.AZURE_VAULT_NAME }} --certificate-permissions backup create delete deleteissuers get getissuers import list listissuers managecontacts manageissuers purge recover restore setissuers update --object-id ${{ env.OBJECT_ID }}
- run: npm run test:ci
- run: npm run test
- uses: azure/CLI@v2
if: ${{ always() }}
with:
Expand Down
Loading

0 comments on commit a432b35

Please sign in to comment.