Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hmellor committed Dec 17, 2023
1 parent 38e5c37 commit 5e4b6c2
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,10 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Setup Node
uses: actions/setup-node@v2
- uses: actions/checkout@v4
uses: actions/setup-node@v4
with:
node-version: '21'

- name: Install Dependencies
run: npm install

- name: Build
run: npm run build

- name: Deploy
uses: actions/deploy-pages@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
uses: actions/deploy-pages@v3

0 comments on commit 5e4b6c2

Please sign in to comment.