diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a68a566..b711e1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [18.x] steps: - name: Checkout Source Files @@ -28,7 +28,7 @@ jobs: strategy: matrix: browsers: [chrome, firefox] - node-version: [14.x] + node-version: [18.x] steps: - name: Set Action Environment Variables run: | @@ -54,7 +54,7 @@ jobs: strategy: matrix: - node-version: [14.x] + node-version: [18.x] steps: - name: Checkout Source Files diff --git a/package.json b/package.json index 56ab096..168a7e6 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.1.0", "private": true, "engines": { - "node": ">= 14.0.0", + "node": ">= 18.0.0", "npm": "6.14.18" }, "dependencies": {