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

Commit b08f8e9

Browse files
committed
Update supported Node versions (CI)
1 parent 0a3702e commit b08f8e9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v3
1515
with:
16-
node-version: '14'
16+
node-version: '18'
1717
- name: Install Packages
1818
run: npm install
1919
- name: Build Docs

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ jobs:
3232
- ubuntu-latest
3333
- windows-latest
3434
node:
35-
- 14
3635
- 16
37-
- 17
36+
- 18
37+
- 19
3838
runs-on: ${{ matrix.os }}
3939
steps:
4040
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)