Skip to content

Commit

Permalink
chore/upgrade greenwood v0.30.0 (#83)
Browse files Browse the repository at this point in the history
* upgrade greenwood v0.30.0

* bump alpha.2

* upgrade github actions for node

* bump to greenwood v0.30.0-alpha.3

* bump to greenwood v0.30.0-alpha.3

* upgrade alpha.6

* bump to greenwood v0.30.0-alpha.7

* v0.30.0 final
  • Loading branch information
thescientist13 authored Nov 2, 2024
1 parent 07e2b79 commit bf3b4f5
Show file tree
Hide file tree
Showing 11 changed files with 1,356 additions and 355 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@ on: [pull_request]
jobs:

build:
runs-on: ${{ matrix.os }}
runs-on: windows-latest

strategy:
matrix:
os:
- windows-latest
node: [18]

steps:
- uses: actions/checkout@v2
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
name: Use Node.js ${{ matrix.node }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}
- name: Installing project dependencies
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@ jobs:
build:
runs-on: ubuntu-20.04

strategy:
matrix:
node: [18]

steps:
- uses: actions/checkout@v2
- name: Install Chromium Library Dependencies
run: |
sh ./.github/workflows/chromium-lib-install.sh
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
- uses: actions/setup-node@v3
with:
node-version: 18.12.1
node-version: ${{ matrix.node }}
- name: Installing project dependencies
run: |
npm ci
Expand Down
27 changes: 0 additions & 27 deletions .github/workflows/master.yml

This file was deleted.

2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@


[build.environment]
NODE_VERSION = "18.12.1"
NODE_VERSION = "18.20.2"
Loading

0 comments on commit bf3b4f5

Please sign in to comment.