Skip to content

Commit

Permalink
Feature/node20 (#49)
Browse files Browse the repository at this point in the history
* switch to node 20
* update dependencies
* adjust tests
  • Loading branch information
denco authored Oct 26, 2023
1 parent b495635 commit 516a3da
Show file tree
Hide file tree
Showing 6 changed files with 2,021 additions and 4,059 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 20.x
- name: Install Dependencies
run: npm ci
- name: Build extension package
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 14.x
node-version: 20.x
- name: Install Dependencies
run: npm ci
- name: Run Linting Checks
Expand Down
Loading

0 comments on commit 516a3da

Please sign in to comment.