Skip to content

Commit

Permalink
ci: use latest node
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Jan 31, 2024
1 parent b3ede7c commit 5b406c0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: latest

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: latest

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release-docs-and-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: latest

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: latest

- name: Setup Pages
uses: actions/configure-pages@v4
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: latest

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: latest

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand All @@ -43,6 +44,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: latest

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand Down Expand Up @@ -82,6 +84,7 @@ jobs:
uses: actions/setup-node@v4
with:
cache: 'yarn'
node-version: latest

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit 5b406c0

Please sign in to comment.