diff --git a/.github/workflows/pull-request-ci.yml b/.github/workflows/pull-request-ci.yml index c232461b..06653c33 100644 --- a/.github/workflows/pull-request-ci.yml +++ b/.github/workflows/pull-request-ci.yml @@ -17,10 +17,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: Use Node.js 16.x - uses: actions/setup-node@v1 + - name: Use Node.js 20.x + uses: actions/setup-node@v4 with: - node-version: '16.x' + node-version: '20.x' - name: npm clean install run: npm ci diff --git a/package-lock.json b/package-lock.json index 60c6280d..db7564d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "treetracker-query-api", - "version": "1.70.7", + "version": "1.73.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "treetracker-query-api", - "version": "1.70.7", + "version": "1.73.0", "license": "GPL-3.0-or-later", "dependencies": { "@sentry/node": "^5.1.0",