Skip to content

Commit 762af30

Browse files
authored
chore: bump eleventy and other deps to latest (#241)
* chore: bump eleventy to v3 * chore: bump other deps (#242) * chore: bump other deps * chore: bump lit-html (#243) * chore: bump lit-html * chore: bump node resolve (#244)
1 parent 958134c commit 762af30

21 files changed

+2688
-6835
lines changed

.eleventy.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
module.exports = (eleventyConfig) => {
1+
import handlebarsPlugin from '@11ty/eleventy-plugin-handlebars';
2+
3+
export default (eleventyConfig) => {
4+
eleventyConfig.addPlugin(handlebarsPlugin);
25
eleventyConfig.addPassthroughCopy('pages/styles/protocol.css');
36
eleventyConfig.addPassthroughCopy('pages/images/');
47
eleventyConfig.addPassthroughCopy('search_index/');
@@ -13,4 +16,4 @@ module.exports = (eleventyConfig) => {
1316
data: '_data',
1417
},
1518
};
16-
};
19+
};

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111

1212
steps:
1313

14-
- name: git clone
15-
uses: actions/checkout@v3
14+
- name: Checkout
15+
uses: actions/checkout@v4
1616

1717
- name: Set up Node.js
1818
uses: actions/setup-node@v3
1919
with:
20-
node-version: latest
21-
cache: 'npm'
20+
node-version-file: '.nvmrc'
21+
cache: npm
2222

2323
- run: npm ci
2424
- run: npm run build

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
22
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)