diff --git a/.github/workflows/comment.yml b/.github/workflows/comment.yml index cf1180004..6a33e4aa9 100644 --- a/.github/workflows/comment.yml +++ b/.github/workflows/comment.yml @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4860a7b1..280d412ec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/License.md b/License.md index cef58bc37..b9afbe243 100644 --- a/License.md +++ b/License.md @@ -1,6 +1,6 @@ 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: