diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 832ed8d7..4769da6e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-20.04 strategy: matrix: - node-version: ['14', '16'] + node-version: ["16", "18", "current"] steps: - name: Checkout @@ -22,7 +22,7 @@ jobs: uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - cache: 'yarn' + cache: "yarn" - name: Install Dependencies run: yarn install --frozen-lockfile diff --git a/.github/workflows/quality.yaml b/.github/workflows/quality.yaml index 7b695a6b..c34abfdf 100644 --- a/.github/workflows/quality.yaml +++ b/.github/workflows/quality.yaml @@ -17,7 +17,7 @@ jobs: - name: Set up Node uses: actions/setup-node@v3 with: - node-version: "16" + node-version: "18" cache: "yarn" - name: Install Dependencies diff --git a/package.json b/package.json index 6e1e4985..6e047578 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "@babel/preset-react": "^7.9.4", "@babel/preset-typescript": "^7.17.12", "@semantic-ui-react/css-patch": "^1.0.0", - "@types/node": "^17.0.40", + "@types/node": "^18.0.0", "@types/react-dom": "^17.0.17", "@types/react-router-dom": "^5.0.0", "@typescript-eslint/eslint-plugin": "^5.27.1", diff --git a/yarn.lock b/yarn.lock index efb621d3..6805b620 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1400,10 +1400,10 @@ resolved "https://registry.yarnpkg.com/@types/node/-/node-13.11.1.tgz#49a2a83df9d26daacead30d0ccc8762b128d53c7" integrity sha512-eWQGP3qtxwL8FGneRrC5DwrJLGN4/dH1clNTuLfN81HCrxVtxRjygDTUoZJ5ASlDEeo0ppYFQjQIlXhtXpOn6g== -"@types/node@^17.0.40": - version "17.0.40" - resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.40.tgz#76ee88ae03650de8064a6cf75b8d95f9f4a16090" - integrity sha512-UXdBxNGqTMtm7hCwh9HtncFVLrXoqA3oJW30j6XWp5BH/wu3mVeaxo7cq5benFdBw34HB3XDT2TRPI7rXZ+mDg== +"@types/node@^18.0.0": + version "18.0.0" + resolved "https://registry.yarnpkg.com/@types/node/-/node-18.0.0.tgz#67c7b724e1bcdd7a8821ce0d5ee184d3b4dd525a" + integrity sha512-cHlGmko4gWLVI27cGJntjs/Sj8th9aYwplmZFwmmgYQQvL5NUsgVJG7OddLvNfLqYS31KFN0s3qlaD9qCaxACA== "@types/parse-json@^4.0.0": version "4.0.0"