Skip to content

Commit

Permalink
Merge pull request #76 from 0xflotus/0xflotus-patch-1
Browse files Browse the repository at this point in the history
upgrade node version
  • Loading branch information
0xflotus authored Feb 8, 2024
2 parents 43cb91d + 0b63973 commit abbdf59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/create-diagram.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,16 @@ on:
pull_request:
branches:
- main
paths:
- "**.js"

jobs:
build:
name: Testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Testing with Node 16
- name: Testing with Node 20
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 20
- run: npm install jest
- run: npm test

0 comments on commit abbdf59

Please sign in to comment.