Skip to content

Commit 4c7a10f

Browse files
committed
Update workflows
1 parent de7fffa commit 4c7a10f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/provenance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: '20'
18+
node-version: '22'
1919
registry-url: 'https://registry.npmjs.org'
2020
cache: npm
2121
scope: "@socketregistry"

.github/workflows/types.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ on:
99
pull_request:
1010
branches:
1111
- main
12-
schedule:
13-
- cron: '14 5 * * 1,3,5'
1412

1513
permissions:
1614
contents: read
@@ -19,5 +17,6 @@ jobs:
1917
type-check:
2018
uses: SocketDev/workflows/.github/workflows/type-check.yml@master
2119
with:
22-
ts-versions: ${{ github.event.schedule && 'next' || '4.9,next' }}
23-
ts-libs: 'es2020;esnext'
20+
no-lockfile: true
21+
ts-versions: ${{ github.event.schedule && 'next' || '5.6,next' }}
22+
ts-libs: 'esnext'

0 commit comments

Comments
 (0)