Skip to content

Commit

Permalink
Update github_pages.yml (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jupe committed Mar 24, 2024
1 parent f9260ce commit 282e1e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github_pages.yml
Expand Up @@ -9,14 +9,14 @@ on:

jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Setup Node
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: '12.x'
node-version: '14.x'

- name: Cache dependencies
uses: actions/cache@v1
Expand Down

0 comments on commit 282e1e7

Please sign in to comment.