mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-09-03 12:12:39 +02:00
Update ci to Node 18
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
|
- name: Setup node
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
node-version: 16.x
|
node-version: 18.x
|
||||||
cache: yarn
|
cache: yarn
|
||||||
key: node16
|
key: node18
|
||||||
|
|
||||||
- name: Run ${{ matrix.command }}
|
- name: Run ${{ matrix.command }}
|
||||||
run: yarn && yarn build && yarn ${{ matrix.command }}
|
run: yarn && yarn build && yarn ${{ matrix.command }}
|
||||||
|
Reference in New Issue
Block a user