Upgrade node to v18

This commit is contained in:
Jason Fields 2023-10-19 00:01:29 -04:00
parent abd4b8d121
commit bd73840b51
6 changed files with 10 additions and 10 deletions

View File

@ -33,7 +33,7 @@ When submitting a PR, please fill out the template that is presented by GitHub w
1. Install prerequisites:
- [Visual Studio Code](https://code.visualstudio.com/), latest stable or insiders
- [Node.js](https://nodejs.org/) v16.x or higher
- [Node.js](https://nodejs.org/) v18.x or higher
- [Yarn](https://classic.yarnpkg.com/) v1.x
- _Optional_: [Docker Community Edition](https://store.docker.com/search?type=edition&offering=community) 🐋

View File

@ -21,7 +21,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn
- name: Install dependencies

View File

@ -15,7 +15,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn
- name: Install dependencies

View File

@ -1,4 +1,4 @@
FROM node:16
FROM node:18
ARG DEBIAN_FRONTEND=noninteractive

View File

@ -1166,7 +1166,7 @@
"@types/glob": "8.1.0",
"@types/lodash": "4.14.200",
"@types/mocha": "10.0.3",
"@types/node": "16.18.58",
"@types/node": "18.15.3",
"@types/parsimmon": "1.10.7",
"@types/sinon": "10.0.20",
"@types/vscode": "1.74.0",

View File

@ -3,7 +3,7 @@
"@babel/code-frame@^7.0.0":
version "7.10.5"
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
dependencies:
@ -250,10 +250,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256"
integrity sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==
"@types/node@16.18.58":
version "16.18.58"
resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.58.tgz#bf66f63983104ed57c754f4e84ccaf16f8235adb"
integrity sha512-YGncyA25/MaVtQkjWW9r0EFBukZ+JulsLcVZBlGUfIb96OBMjkoRWwQo5IEWJ8Fj06Go3GHw+bjYDitv6BaGsA==
"@types/node@18.15.3":
version "18.15.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
"@types/parse-json@^4.0.0":
version "4.0.0"