Skip to content

Commit

Permalink
Merge pull request #324 from fedwiki/denode
Browse files Browse the repository at this point in the history
Updating Decaffeinated Build
  • Loading branch information
paul90 authored Nov 2, 2024
2 parents 0ee0dda + bb6e3e4 commit d9dff17
Show file tree
Hide file tree
Showing 16 changed files with 22,162 additions and 10,744 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [ master, decaffeinate ]
pull_request:
branches: [ master ]
branches: [ master, decaffeinate ]

jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
node-version:
- 18.x # Maintenance
- 20.x # LTS
- 21.x # Current
- 22.x # Current

steps:
- uses: actions/checkout@v4
Expand Down
12 changes: 3 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,9 @@
node_modules
npm-debug.log

# ignore build directory - used while building with grunt
build

# ignore generated javascript - recreated by running grunt
test/*.js
test/*.map
# ignore generated javascript - recreated by running build
client/client.js
client/client.*.js
client/client.map
client/client.*.map
client/client.js.map
client/test/testclient.js
client/test/testclient.map
client/test/testclient.js.map
3 changes: 3 additions & 0 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ i2p-lbt <lbt@i2pmail.org>
Andrew Ettinger <andrew@skoobistudios.com>
Joshua Benuck <joshua_benuck@yahoo.com>
Eric Dobbs <eric@dobbse.net>
Andrew Shell <andrew@andrewshell.org>
Matthew B. Gray <code@matthew.nz>
decaffeinate <paul.rodwell@btinternet.com>
Loading

0 comments on commit d9dff17

Please sign in to comment.