Skip to content

Commit 516a3da

Browse files
authored
Feature/node20 (#49)
* switch to node 20 * update dependencies * adjust tests
1 parent b495635 commit 516a3da

File tree

6 files changed

+2021
-4059
lines changed

6 files changed

+2021
-4059
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install Node.js
2525
uses: actions/setup-node@v3
2626
with:
27-
node-version: 14.x
27+
node-version: 20.x
2828
- name: Install Dependencies
2929
run: npm ci
3030
- name: Build extension package

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Node.js
2222
uses: actions/setup-node@v3
2323
with:
24-
node-version: 14.x
24+
node-version: 20.x
2525
- name: Install Dependencies
2626
run: npm ci
2727
- name: Run Linting Checks

0 commit comments

Comments
 (0)