Commit graph

9 commits

Author SHA1 Message Date
dependabot-preview[bot]
4d0135f186
Upgrade to GitHub-native Dependabot (#854)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2021-05-02 01:03:36 +02:00
u9g
6df20541b4
Add snapshot 21w07a support (#838)
* Add snapshot `21w07a` support

* Update package.json

* Update version.js

* Update ci.yml

* update mcdata

* Update README.md

* Update mcdata

* Add 21w07a to tested versions

Co-authored-by: Romain Beaumont <romain.rom1@gmail.com>
2021-04-16 22:56:39 +02:00
u9g
d3c16e48fb
Add packet cycletests (#842)
* Add packet cycletests

* add mcPackets to deps

* Update and rename cycleTest.js to non-par-test.js

* Add exclude to npm run test for non par tests

* Add seperate job for non-par-tests

* fix indentation

* make tests non-parallel

* fix yml

* fix exclude pattern

* fix test matching

* Fix protocol not being updated for different mc versions

* dynamically get packets to test

* get rid of unused var

* rename non-par-test
2021-04-07 16:13:57 +02:00
Romain Beaumont
45c04cb460
Create FUNDING.yml 2020-12-14 01:10:34 +01:00
Gjum
0d0b4d5af2
[CI] update to actions/setup-java@v1.4.3 (#785)
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

see also #780
2020-12-04 19:55:52 +01:00
Romain Beaumont
fcd54d2c0e
Update bug_report.md 2020-06-21 19:10:12 +02:00
Romain Beaumont
4f48c7874a Update issue templates 2020-06-21 19:04:23 +02:00
Romain Beaumont
5dba05e7d5
switch to ga ci 2020-06-07 23:31:42 +02:00
Romain Beaumont
ec44eeb3b2
Add npm publish workflow to automatically release to npm
It will be triggered when a "Release XXX" commit is done containing an update of the package.json version
It will add a tag with the right version automatically

uses github action https://github.com/marketplace/actions/publish-to-npm
2020-05-16 22:37:30 +02:00