diff --git a/.github/workflows/pr_action.yml b/.github/workflows/pr_action.yml index 2d5bbf5..e1a9481 100644 --- a/.github/workflows/pr_action.yml +++ b/.github/workflows/pr_action.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - node-version: [16.x] + node-version: [18.x] steps: - uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node-version }} diff --git a/package.json b/package.json index 65dc2d9..59d4008 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "test": "NODE_ENV=test echo \"Test not implemented\"!" }, "engines": { - "node": "16" + "node": "18" }, "license": "MIT", "devDependencies": {