Skip to content

Commit 0d1a6c1

Browse files
committed
Update workflows
1 parent fdc5814 commit 0d1a6c1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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: "@socketsecurity"

.github/workflows/types.yml

Lines changed: 0 additions & 2 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

0 commit comments

Comments
 (0)