Skip to content

Commit

Permalink
feat: use uuid v9 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 authored Jun 26, 2024
1 parent 1bc2c99 commit 9568f5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ on:
branches: [ '**' ]
pull_request:
branches: [ '**' ]
schedule:
- cron: '0 2 * * *'
jobs:
Runner:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
node-version: [ 12, 14, 16, 18 ]
node-version: [ 12, 14, 16, 18, 20, 22 ]
steps:
- name: Checkout Git Source
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"synp": "^1.9.9",
"through2": "^4.0.2",
"urllib": "^2.36.1",
"uuid": "^8.3.0",
"uuid": "^9.0.1",
"ws": "^7.3.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions test/fixtures/files/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"split2": "^3.1.1",
"through2": "^3.0.1",
"urllib": "^2.35.0",
"uuid": "^8.1.0",
"uuid": "^9.0.1",
"ws": "^7.3.0"
},
"devDependencies": {
Expand All @@ -66,4 +66,4 @@
"test/fixtures/transit-server.js"
]
}
}
}

0 comments on commit 9568f5f

Please sign in to comment.