1
0
Fork 0
mirror of https://github.com/kou029w/hasura-rest-hands-on.git synced 2025-04-02 19:06:24 +00:00

chore(deps): update actions/setup-node action to v4

This commit is contained in:
renovate[bot] 2023-11-01 01:33:29 +00:00 committed by GitHub
parent f8da3344d8
commit 91be30d1d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
.github/workflows

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with: { node-version: lts/*, cache: yarn }
- uses: Homebrew/actions/setup-homebrew@master
- id: brew_cache

View file

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with: { node-version: lts/*, cache: yarn }
- run: yarn
- run: yarn build