Skip to content

Commit

Permalink
update actions node version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjavicente authored Jun 9, 2024
1 parent 3b51fe9 commit e5b8736
Show file tree
Hide file tree
Showing 2 changed files with 1,059 additions and 498 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
name: Publish to Cloudflare Pages

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
cache: 'npm'
cache: "npm"

- run: npm install

Expand Down
Loading

0 comments on commit e5b8736

Please sign in to comment.