mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-26 16:44:22 +02:00
Update ci to Node 18 (#5237)
* Update ci to Node 18 * updates for Node.js, license year
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -26,9 +26,9 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 18.x
|
||||
cache: yarn
|
||||
key: node16
|
||||
key: node18
|
||||
|
||||
- name: Run ${{ matrix.command }}
|
||||
run: yarn && yarn build && yarn ${{ matrix.command }}
|
||||
|
4
.github/workflows/comment.yml
vendored
4
.github/workflows/comment.yml
vendored
@@ -57,10 +57,10 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 18.x
|
||||
cache: yarn
|
||||
registry-url: https://registry.npmjs.org
|
||||
key: node16
|
||||
key: node18
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -30,10 +30,10 @@ jobs:
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v2
|
||||
with:
|
||||
node-version: 16.x
|
||||
node-version: 18.x
|
||||
cache: yarn
|
||||
registry-url: https://registry.npmjs.org
|
||||
key: node16
|
||||
key: node18
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
Reference in New Issue
Block a user