Skip to content

Commit

Permalink
chore/upgrade Greenwood v0.31.0 (#89)
Browse files Browse the repository at this point in the history
* upgrade greenwood v0.31.0-alpha.1

* upgrade greenwood v0.31.0-alpha.2

* upgrade latest greenwood and remove all extraneous dependencies

* bump to greenwood v0.31.0

* bump github actions
  • Loading branch information
thescientist13 authored Jan 27, 2025
1 parent f6ae842 commit 96893d4
Show file tree
Hide file tree
Showing 9 changed files with 2,130 additions and 4,086 deletions.
201 changes: 0 additions & 201 deletions .eslintrc

This file was deleted.

11 changes: 0 additions & 11 deletions .github/workflows/chromium-lib-install.sh

This file was deleted.

9 changes: 3 additions & 6 deletions .github/workflows/ci-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,17 @@ jobs:

strategy:
matrix:
node: [18]
node: [20, 22]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: Use Node.js ${{ matrix.node }}
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Installing project dependencies
run: |
npm ci
- name: Lint
run: |
npm run lint
- name: Build
run: |
npm run build
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,16 @@ jobs:

strategy:
matrix:
node: [18]
node: [20, 22]

steps:
- uses: actions/checkout@v2
- name: Install Chromium Library Dependencies
run: |
sh ./.github/workflows/chromium-lib-install.sh
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Installing project dependencies
run: |
npm ci
- name: Lint
run: |
npm run lint
- name: Build
run: |
npm run build
16 changes: 0 additions & 16 deletions .ls-lint.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.20.0
22.13.0
Loading

0 comments on commit 96893d4

Please sign in to comment.