mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-01-16 21:18:39 +01:00
Update ci to Node 18 (#5237)
* Update ci to Node 18 * updates for Node.js, license year
This commit is contained in:
parent
36203b3f10
commit
43a5f6f224
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 }}
|
||||||
|
4
.github/workflows/comment.yml
vendored
4
.github/workflows/comment.yml
vendored
@ -57,10 +57,10 @@ 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
|
||||||
registry-url: https://registry.npmjs.org
|
registry-url: https://registry.npmjs.org
|
||||||
key: node16
|
key: node18
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
|
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -30,10 +30,10 @@ 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
|
||||||
registry-url: https://registry.npmjs.org
|
registry-url: https://registry.npmjs.org
|
||||||
key: node16
|
key: node18
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
The MIT License
|
The MIT License
|
||||||
|
|
||||||
Copyright © 2016–2017, [Ian Storm Taylor](https://ianstormtaylor.com)
|
Copyright © 2016–2023, [Ian Storm Taylor](https://ianstormtaylor.com)
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user