Skip to content

Commit c779c79

Browse files
committed
Update node versions in workflows
1 parent 0376f34 commit c779c79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ jobs:
2424
with:
2525
no-lockfile: true
2626
npm-test-script: 'test'
27-
node-versions: '18,20,22'
27+
node-versions: '18,20,22,23'
2828
os: 'ubuntu-latest,windows-latest'

0 commit comments

Comments
 (0)