Skip to content

Commit 2548d85

Browse files
chore: update action Node & Github-Pages version
1 parent 4d98265 commit 2548d85

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.github/workflows/BadgesList.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: "16.x"
18+
node-version: "20.x"
1919

2020
- name: Get badge json data from monkeytype
2121
run: curl -o monkeytype-data/badges.json https://monkeytype-readme.zeabur.app/mr-command/badge

.github/workflows/ThemeList.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: "16.x"
18+
node-version: "20.x"
1919

2020
- name: Download theme json file from monkeytype
2121
run: wget --timeout=180 --tries=3 --waitretry=10 --output-document=monkeytype-data/themes.json https://monkeytype-readme.zeabur.app/mr-command/theme

.github/workflows/monkeytype-readme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Node.js
1616
uses: actions/setup-node@v4
1717
with:
18-
node-version: "16.x"
18+
node-version: "20.x"
1919

2020
- name: Download SVG
2121
run: |

.github/workflows/pocketbase.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Node.js
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: "18"
19+
node-version: "20"
2020

2121
- name: Install Dependencies
2222
run: npm install

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Set up Node.js
5151
uses: actions/setup-node@v3
5252
with:
53-
node-version: "16.x"
53+
node-version: "20.x"
5454

5555
- name: Generate Monkeytype Readme SVG
5656
uses: monkeytype-hub/monkeytype-readme@v1.0.0
@@ -121,7 +121,7 @@ jobs:
121121
- name: Set up Node.js
122122
uses: actions/setup-node@v3
123123
with:
124-
node-version: "16.x"
124+
node-version: "20.x"
125125
126126
- name: Download SVG
127127
run: |
@@ -132,7 +132,7 @@ jobs:
132132
curl -o public/monkeytype-readme-lb-pb.svg https://monkeytype-readme.zeabur.app/generate-svg/YOUR_USERNAME/THEMES?lbpb=true
133133
134134
- name: push monkeytype-readme.svg to the monkeytype-readme branch
135-
uses: crazy-max/ghaction-github-pages@v2.5.0
135+
uses: crazy-max/ghaction-github-pages@v4.0.0
136136
with:
137137
target_branch: monkeytype-readme
138138
build_dir: public

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626
- name: Set up Node.js
2727
uses: actions/setup-node@v4
2828
with:
29-
node-version: "16.x"
29+
node-version: "20.x"
3030

3131
- name: Download SVG
3232
shell: bash

pocketbase-scourcecode.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ app.listen(process.env.PORT || 3000, async () => {
915915
- name: Set up Node.js
916916
uses: actions/setup-node@v3
917917
with:
918-
node-version: '16.x'
918+
node-version: '20.x'
919919

920920
- name: Download SVG
921921
run: |
@@ -926,7 +926,7 @@ app.listen(process.env.PORT || 3000, async () => {
926926
curl -o public/monkeytype-readme-lb-pb.svg <%= data.domain %>/generate-svg/YOUR_USERNAME/THEMES?lbpb=true
927927

928928
- name: push monkeytype-readme.svg to the monkeytype-readme branch
929-
uses: crazy-max/ghaction-github-pages@v2.5.0
929+
uses: crazy-max/ghaction-github-pages@v4.0.0
930930
with:
931931
target_branch: monkeytype-readme
932932
build_dir: public

public/views/index.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@
793793
- name: Set up Node.js
794794
uses: actions/setup-node@v3
795795
with:
796-
node-version: '16.x'
796+
node-version: '20.x'
797797

798798
- name: Download SVG
799799
run: |
@@ -804,7 +804,7 @@
804804
curl -o public/monkeytype-readme-lb-pb.svg <%= data.domain %>/generate-svg/YOUR_USERNAME/THEMES?lbpb=true
805805

806806
- name: push monkeytype-readme.svg to the monkeytype-readme branch
807-
uses: crazy-max/ghaction-github-pages@v2.5.0
807+
uses: crazy-max/ghaction-github-pages@v4.0.0
808808
with:
809809
target_branch: monkeytype-readme
810810
build_dir: public

0 commit comments

Comments
 (0)