Skip to content

Commit

Permalink
Merge pull request #94 from FriendsOfREDAXO/schuer-deno-2
Browse files Browse the repository at this point in the history
Upgrade to Deno 2 🦕
  • Loading branch information
schuer authored Oct 17, 2024
2 parents e685cf6 + 0ed0276 commit 4a774bb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 25 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:

- name: Setup Deno
# https://github.com/marketplace/actions/setup-deno
uses: denoland/setup-deno@v1
uses: denoland/setup-deno@v2
with:
deno-version: "^1"
deno-version: "^2"

- name: Run generator script
run: deno task start
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"imports": {
"@std/fs": "jsr:@std/fs@^1.0.3",
"@std/fs": "jsr:@std/fs@^1.0.4",
"@std/yaml": "jsr:@std/yaml@^1.0.5"
},
"tasks": {
Expand Down
39 changes: 18 additions & 21 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# `5-edge` : latest REDAXO (even beta) + latest PHP version (even RC)
#
# How to get the sha for a package:
# `curl -Ls https://github.com/redaxo/redaxo/releases/download/5.15.1/redaxo_5.15.1.zip | shasum`
# `curl -Ls https://github.com/redaxo/redaxo/releases/download/5.17.1/redaxo_5.17.1.zip | shasum`

images:
- name: "5-stable"
Expand Down

0 comments on commit 4a774bb

Please sign in to comment.