We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9756e7 commit 9ba72feCopy full SHA for 9ba72fe
.github/workflows/github-pages.yml
@@ -17,12 +17,12 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout Repository
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
22
- name: Install dependencies and build
23
- uses: actions/setup-node@v3
+ uses: actions/setup-node@v4
24
with:
25
- node-version: '14'
+ node-version: '22.2.0'
26
- run: npm ci
27
- run: npm run build
28
.nvmrc
@@ -0,0 +1,2 @@
1
+22.2.0
2
+
0 commit comments