Skip to content

Commit

Permalink
Merge pull request #45 from zazuko/ci-upgrade-gh-actions-nov-24
Browse files Browse the repository at this point in the history
Upgrade some GitHub Actions and use Node 22
  • Loading branch information
tpluscode authored Nov 6, 2024
2 parents 007b003 + b017c75 commit f15c194
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
gh-pages:
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: 18
node-version: 22
- run: npm ci
- run: npm run build
- uses: Cecilapp/GitHub-Pages-deploy@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
Netlify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: nelonoel/[email protected]
- uses: jsmrcaga/action-netlify-deploy@master
with:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
deploy_alias: ${{ env.BRANCH_NAME }}

- uses: exercism/pr-commenter-action@v1.4.0
- uses: exercism/pr-commenter-action@v1.5.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
template-variables: |
Expand Down

0 comments on commit f15c194

Please sign in to comment.