1
0
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:
Dylan Schiemann 2022-12-21 22:52:41 -07:00 committed by GitHub
parent 36203b3f10
commit 43a5f6f224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
The MIT License The MIT License
Copyright © 20162017, [Ian Storm Taylor](https://ianstormtaylor.com) Copyright © 20162023, [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: