aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-08-03 12:23:39 +0100
committerLouis Pilfold <louis@lpil.uk>2023-08-03 12:23:39 +0100
commitceda2e3813cb5e8be7304b518e589c538b810d9e (patch)
tree41c510f8df25e714ab1e607410d127bc108eed26 /.github
parent30569cb26334d0e253c66dfa7cb92c18ba0f3d8d (diff)
downloadjavascript-ceda2e3813cb5e8be7304b518e589c538b810d9e.tar.gz
javascript-ceda2e3813cb5e8be7304b518e589c538b810d9e.zip
Update for Gleam v0.30
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 257ef15..6b3940d 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
- uses: erlef/setup-beam@v1
with:
otp-version: false
- gleam-version: "0.27.0"
+ gleam-version: "0.30.4"
- uses: actions/setup-node@v2
with:
node-version: '16'