Skip to content

Commit

Permalink
Merge pull request #1013 from thejaviertc/security
Browse files Browse the repository at this point in the history
v1.9.2
  • Loading branch information
thejaviertc authored Dec 25, 2023
2 parents 3c791d2 + 3250eed commit dc1d88b
Show file tree
Hide file tree
Showing 6 changed files with 1,150 additions and 985 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 📗 Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "lts/hydrogen"
node-version: "lts/iron"

- name: 🔨 Build Project
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 📗 Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "lts/hydrogen"
node-version: "lts/iron"

- name: 🔨 Build Project
run: |
Expand Down
Loading

0 comments on commit dc1d88b

Please sign in to comment.