Skip to content

Update action versions #5

Update action versions

Update action versions #5

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- react
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
uses: actions/setup-node@v4

Check failure on line 17 in .github/workflows/node.js.yml

View workflow run for this annotation

GitHub Actions / Deploy to GitHub Pages

Invalid workflow file

The workflow is not valid. .github/workflows/node.js.yml (Line: 17, Col: 7): 'uses' is already defined .github/workflows/node.js.yml (Line: 20, Col: 7): Unexpected value 'run'
with:
node-version: '21'
run: npm install
run: npm run build
uses: actions/deploy-pages@v3