diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0da1f381..257f98a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,6 +34,10 @@ jobs: rm_cmd: "rmz" rmz_version: "3.1.1" + - uses: actions/setup-node@v4 + with: + node-version: 'lts/*' + - uses: actions/checkout@master - name: Archive Images @@ -70,6 +74,10 @@ jobs: rm_cmd: "rmz" rmz_version: "3.1.1" + - uses: actions/setup-node@v4 + with: + node-version: 'lts/*' + - uses: actions/checkout@master # See: https://stackoverflow.com/a/58178121 diff --git a/adventure/GoS/000-00-001.ghosts.webp b/adventure/GoS/000-00-001.ghosts.webp new file mode 100644 index 00000000..ef84a042 Binary files /dev/null and b/adventure/GoS/000-00-001.ghosts.webp differ diff --git a/adventure/GoS/001-00-002.sea.webp b/adventure/GoS/001-00-002.sea.webp new file mode 100644 index 00000000..1a836b45 Binary files /dev/null and b/adventure/GoS/001-00-002.sea.webp differ diff --git a/adventure/GoS/002-00-003.lure.webp b/adventure/GoS/002-00-003.lure.webp new file mode 100644 index 00000000..644d6690 Binary files /dev/null and b/adventure/GoS/002-00-003.lure.webp differ