diff --git a/.github/workflows/BuildAndDeploy.yml b/.github/workflows/BuildAndDeploy.yml index 60e3df9..c3c9a8e 100644 --- a/.github/workflows/BuildAndDeploy.yml +++ b/.github/workflows/BuildAndDeploy.yml @@ -5,7 +5,7 @@ name: Build and Deploy on: push: - branches: ["main"] + branches: ['main'] workflow_dispatch: jobs: @@ -15,15 +15,15 @@ jobs: strategy: matrix: - node-version: [19.x] + node-version: [21.x] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} - cache: "npm" + cache: 'npm' - name: Setup Secrets env: diff --git a/package.json b/package.json index 40d0656..b4cde25 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nmscd.meetup", - "version": "0.0.15", + "version": "0.0.16", "scripts": { "build": "npm-run-all --sequential setup:* sass:* template:*", "setup": "npm i && npm-run-all --sequential setup:*", @@ -37,4 +37,4 @@ "overrides": { "semver": "~7.5.2" } -} +} \ No newline at end of file diff --git a/template/data/site.json b/template/data/site.json index 7ec6ad2..7316142 100644 --- a/template/data/site.json +++ b/template/data/site.json @@ -23,7 +23,7 @@ }, "event": { "current": { - "date": "24 Aug 2024 18:00:00 GMT", + "date": "24 Aug 2025 18:00:00 GMT", "shortDate": "24th August", "year": "2025", "time": "6PM (GMT)", @@ -103,27 +103,7 @@ "youtubeEmbed": "https://www.youtube.com/embed/2vhU67csveM?si=LIhG6Vkzkbv_Iq43", "youtubeCaption": "Video by Captain Steve about the event" } - ], - "notConfirmed": { - "date": "25 Aug 2024 18:00:00 GMT", - "shortDate": "25th August", - "year": "2024", - "time": "6PM (GMT)", - "discordInviteUrl": "https://discord.gg/wGNjTjxacX", - "locationUrl": "https://goo.gl/maps/VcDBMRhMVhJhucfB6", - "locationAddress": [ - "Three Pigeons pub (Up Stairs)", - "169 High St", - "Guildford", - "GU1 3AJ" - ], - "hasVirtualMeetup": true, - "hasNmsSocialHashtag": false, - "hasTwitterHashtag": false, - "foodNotice": "Food and drink can be purchased at the venue, not supplied by the event organisers. Kitchen Closes normally around 7pm, they may keep it open to 8pm We suggest that you order food when you arrive.", - "youtubeEmbed": "https://www.youtube.com/embed/wLcejNyW5_U", - "youtubeCaption": "Video by Captain Steve about the event" - } + ] }, "preconnectLinks": [ "https://fonts.nmscd.com" diff --git a/template/handlebar/components/footer.hbs b/template/handlebar/components/footer.hbs index 56c3426..7359cdf 100644 --- a/template/handlebar/components/footer.hbs +++ b/template/handlebar/components/footer.hbs @@ -19,7 +19,7 @@

If you would like to report bugs, please open an issue or pull request on this site's - Github repository. If you are not sure which repository is affected, feel free to create a post on the Discussions diff --git a/template/handlebar/index.html.hbs b/template/handlebar/index.html.hbs index 7ac2113..2fa1e35 100644 --- a/template/handlebar/index.html.hbs +++ b/template/handlebar/index.html.hbs @@ -15,7 +15,7 @@

-

No Man's Sky 2024 meetup +

No Man's Sky {{event.current.year}} meetup