Skip to content

Commit

Permalink
chore/upgrade Greenwood v0.31.0 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 authored Jan 27, 2025
1 parent 6143461 commit 6601ee4
Show file tree
Hide file tree
Showing 5 changed files with 2,300 additions and 1,352 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Continuous Integration

on: [pull_request]

jobs:

build:
runs-on: ubuntu-latest

strategy:
matrix:
node: [22]

steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Installing project dependencies
run: |
npm ci
- name: Build Project
run: |
npm run build
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ on:
jobs:

build-and-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

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

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}

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

0 comments on commit 6601ee4

Please sign in to comment.