Skip to content

Commit

Permalink
Updated data and code
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Jul 16, 2024
1 parent c58e77a commit cd921ea
Show file tree
Hide file tree
Showing 6 changed files with 4,502 additions and 5,129 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
with:
node-version: "16.x"
node-version: "22.x"
registry-url: "https://registry.npmjs.org"
- name: Install Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 smapiot
Copyright (c) 2023-2024 smapiot

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 0 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { defineConfig } from "astro/config";
import image from "@astrojs/image";

// https://astro.build/config
import react from "@astrojs/react";
Expand All @@ -9,8 +8,5 @@ export default defineConfig({
site: 'https://meetup.microfrontends.cloud',
integrations: [
react(),
image({
serviceEntryPoint: "@astrojs/image/sharp",
}),
],
});
Loading

0 comments on commit cd921ea

Please sign in to comment.