We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7fffa commit 4c7a10fCopy full SHA for 4c7a10f
.github/workflows/provenance.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: '20'
+ node-version: '22'
19
registry-url: 'https://registry.npmjs.org'
20
cache: npm
21
scope: "@socketregistry"
.github/workflows/types.yml
@@ -9,8 +9,6 @@ on:
9
pull_request:
10
branches:
11
- main
12
- schedule:
13
- - cron: '14 5 * * 1,3,5'
14
permissions:
contents: read
@@ -19,5 +17,6 @@ jobs:
type-check:
uses: SocketDev/workflows/.github/workflows/type-check.yml@master
22
- ts-versions: ${{ github.event.schedule && 'next' || '4.9,next' }}
23
- ts-libs: 'es2020;esnext'
+ no-lockfile: true
+ ts-versions: ${{ github.event.schedule && 'next' || '5.6,next' }}
+ ts-libs: 'esnext'
0 commit comments