fix: usage of node12 which is deprecated
(#11277)
* chore: changes from formatting on save * fix: usage of `node12 which is deprecated`
This commit is contained in:
parent
70a9477ec8
commit
f5231196bc
1 changed files with 2 additions and 6 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
- master
|
- master
|
||||||
merge_group:
|
merge_group:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '00 01 * * *'
|
- cron: "00 01 * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check:
|
check:
|
||||||
|
@ -17,10 +17,7 @@ jobs:
|
||||||
- name: Checkout sources
|
- name: Checkout sources
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install stable toolchain
|
- name: Install stable toolchain
|
||||||
uses: helix-editor/rust-toolchain@v1
|
uses: dtolnay/rust-toolchain@1.70
|
||||||
with:
|
|
||||||
profile: minimal
|
|
||||||
override: true
|
|
||||||
|
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
with:
|
with:
|
||||||
|
@ -119,4 +116,3 @@ jobs:
|
||||||
git diff-files --quiet \
|
git diff-files --quiet \
|
||||||
|| (echo "Run 'cargo xtask docgen', commit the changes and push again" \
|
|| (echo "Run 'cargo xtask docgen', commit the changes and push again" \
|
||||||
&& exit 1)
|
&& exit 1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue