repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
9cd1aab
parent
06e602c
author
Eric Bower
date
2024-04-03 14:24:23 +0000 UTC
chore(gha): update deno
1 files changed,  +1, -1
M .github/workflows/deploy.yml
+1, -1
1@@ -16,7 +16,7 @@ jobs:
2     - uses: actions/checkout@v3
3     - uses: denoland/setup-deno@v1
4       with:
5-        deno-version: "~1.28"
6+        deno-version: "~1.42"
7     - run: make scrape
8     - run: make build
9