diff options
author | inoas <mail@inoas.com> | 2022-08-10 01:40:03 +0200 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-08-10 08:46:11 +0100 |
commit | da2c4382faa0844a108572c888edc6fd0c46611d (patch) | |
tree | 0be981029b6d53df097a2715887e0089d74c02bb /.github | |
parent | 6061e1393c22e440a3509dc9579ec368e4b0d613 (diff) | |
download | gleam_stdlib-da2c4382faa0844a108572c888edc6fd0c46611d.tar.gz gleam_stdlib-da2c4382faa0844a108572c888edc6fd0c46611d.zip |
up gleam version for ci/cd to attempt fixing ci
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 d727a84..ae30641 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - uses: erlef/setup-beam@v1.9.0 with: otp-version: "23.2" - gleam-version: "0.20.0-rc1" + gleam-version: "0.22.1" - uses: actions/setup-node@v2 with: node-version: "16.0.0" |