Skip to content

Commit

Permalink
Merge pull request #85 from globallightingdata/develop
Browse files Browse the repository at this point in the history
Update Github actions
  • Loading branch information
Kurpanik authored May 7, 2024
2 parents 5730683 + 99d1aed commit 6363bda
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
if: github.event_name != 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '19.x'
node-version: '20.x'
- name: Test Build
run: |
npm ci --no-audit --no-fund
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
if: github.event_name != 'push'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '19.x'
node-version: '20.x'
- name: Test Build
run: |
npm ci --no-audit --no-fund
Expand All @@ -23,11 +23,11 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '19.x'
- uses: webfactory/ssh-agent@v0.7.0
node-version: '20.x'
- uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.GH_PAGES_DEPLOY }}
- name: Release to GitHub Pages
Expand Down

0 comments on commit 6363bda

Please sign in to comment.