Skip to content

Commit

Permalink
fix(ci/cd) Update gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Uj5Ghare authored Dec 8, 2024
1 parent 9d4056f commit 00d794d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -51,7 +51,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: "14"
node-version: "14.21.3"
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Restore cache
Expand Down

0 comments on commit 00d794d

Please sign in to comment.