Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit 94bb244

Browse files
mottibecMotti Bechhofer
and
Motti Bechhofer
authored
update (#273)
Co-authored-by: Motti Bechhofer <[email protected]>
1 parent cad6819 commit 94bb244

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/daily-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
node-version: [10.x, 12.x, 14.x, 16.x]
17+
node-version: [14.x, 16.x, 18.x, 20.x]
1818

1919
services:
2020

.github/workflows/prerelease.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: 14
16+
node-version: 18
1717
registry-url: https://registry.npmjs.org/
1818

1919
- name: Install Packages

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- uses: actions/setup-node@v1
2626
with:
27-
node-version: 14
27+
node-version: 18
2828
registry-url: https://registry.npmjs.org/
2929

3030
- name: Configure CI Git User

0 commit comments

Comments
 (0)