Skip to content

Commit 407d00d

Browse files
authored
Merge pull request #1731 from thejaviertc/dev
v2.2.0
2 parents 7351293 + 405e2a1 commit 407d00d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1049
-1677
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 🚚 Get latest code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515

1616
- name: 📗 Setup NodeJS
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: "lts/iron"
19+
node-version: "lts/jod"
2020

2121
- name: 🔨 Build Project
2222
run: |

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: 🚚 Get latest code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0
1515

1616
- name: 📗 Setup NodeJS
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: "lts/iron"
19+
node-version: "lts/jod"
2020

2121
- name: 🔨 Build Project
2222
run: |

0 commit comments

Comments
 (0)