chore: use node 18 (#332)

This commit is contained in:
Nolan Lawson 2023-06-10 20:16:19 -07:00 committed by GitHub
parent 28ceb7370d
commit 86857e4672
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
node-version: '18'
# via https://github.com/actions/cache/blob/0638051/examples.md#node---yarn
- name: Get yarn cache directory path

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 16
node-version: '18'
# via https://github.com/actions/cache/blob/0638051/examples.md#node---yarn
- name: Get yarn cache directory path

View File

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'
cache: 'yarn'
- run: sudo apt-get install fonts-noto-color-emoji
- run: yarn --frozen-lockfile

View File

@ -187,7 +187,7 @@
"*.(css|scss)": "stylelint --fix '**/*.scss'"
},
"volta": {
"node": "16.19.0",
"node": "18.16.0",
"yarn": "1.22.19"
}
}