diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2022-02-01 22:58:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-01 22:58:08 +0000 |
commit | 4b5b44f66af3e6b720d52cfddee90caf730cb80e (patch) | |
tree | 48acd5053920f4a983c11eca394bd3f667592a1e | |
parent | aa2f9100da47e449e0d14d8ee9d1dad1040a9a34 (diff) | |
parent | df54500ad5c8d987fbd17af2077dc0eb2273d36a (diff) |
Merge pull request #1353 from ueokande/node-17
Node 17
-rw-r--r-- | .github/workflows/build.yaml | 6 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7d5e6b0..6de2129 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.15.1' + node-version: '17.4.0' - uses: ueokande/setup-firefox@latest with: firefox-version: 78.3.0esr @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.15.1' + node-version: '17.4.0' - uses: ueokande/setup-firefox@latest with: firefox-version: 78.3.0esr @@ -81,7 +81,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v2 with: - node-version: '14.15.1' + node-version: '17.4.0' - name: Get yarn cache directory path id: yarn-cache-dir-path diff --git a/package.json b/package.json index 0a88427..43d0326 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "@types/assert": "^1.4.6", "@types/express": "^4.17.2", "@types/jest": "^27.4.0", - "@types/node": "^14.14.13", + "@types/node": "^17.0.14", "@types/prop-types": "^15.7.3", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", @@ -773,10 +773,10 @@ resolved "https://registry.npmjs.org/@types/mime/-/mime-2.0.3.tgz" integrity sha512-Jus9s4CDbqwocc5pOAnh8ShfrnMcPHuJYzVcSUU7lrh8Ni5HuIqX3oilL86p3dlTrk0LzHRCgA/GQ7uNCw6l2Q== -"@types/node@*", "@types/node@^14.14.13": - version "14.14.41" - resolved "https://registry.npmjs.org/@types/node/-/node-14.14.41.tgz" - integrity sha512-dueRKfaJL4RTtSa7bWeTK1M+VH+Gns73oCgzvYfHZywRCoPSd8EkXBL0mZ9unPTveBn+D9phZBaxuzpwjWkW0g== +"@types/node@*", "@types/node@^17.0.14": + version "17.0.14" + resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.14.tgz#33b9b94f789a8fedd30a68efdbca4dbb06b61f20" + integrity sha512-SbjLmERksKOGzWzPNuW7fJM7fk3YXVTFiZWB/Hs99gwhk+/dnrQRPBQjPW9aO+fi1tAffi9PrwFvsmOKmDTyng== "@types/prettier@^2.1.5": version "2.4.0" |