1
0
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:
Dylan Schiemann
2022-12-21 22:52:41 -07:00
committed by GitHub
parent 36203b3f10
commit 43a5f6f224
4 changed files with 7 additions and 7 deletions

View File

@@ -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 }}

View File

@@ -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

View File

@@ -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