diff options
author | Robert Attard <robert.attard@mail.mcgill.ca> | 2022-01-03 18:51:10 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 23:51:10 +0000 |
commit | 265c228f4a8f233d863f35df9f8e888918902cdc (patch) | |
tree | c7a6a35939625c1096670d927951379f9b625523 /.github | |
parent | 2c7c5d2a511bd5cb6ed65214790c5a91488dd7e5 (diff) | |
download | gleam_stdlib-265c228f4a8f233d863f35df9f8e888918902cdc.tar.gz gleam_stdlib-265c228f4a8f233d863f35df9f8e888918902cdc.zip |
Int.digits & int.undigits
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bbe10b..919a864 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node-version: "16.0.0" - uses: gleam-lang/setup-gleam@v1.0.1 with: - gleam-version: "0.18.0-rc1" + gleam-version: "0.19.0-rc1" - run: gleam test - run: npm test # - run: gleam format --check src test |