diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a51bd77..267630b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,9 +9,9 @@ jobs: - uses: actions/checkout@v2 with: persist-credentials: false - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v2 with: - node-version: '12' + node-version: '16' - name: Install dependencies run: make install - name: Lint diff --git a/package.json b/package.json index bfac657..93a5676 100644 --- a/package.json +++ b/package.json @@ -23,13 +23,13 @@ }, "homepage": "https://github.com/FranzDiebold/github-env-vars-action#readme", "dependencies": { - "@actions/core": "^1.2.7", - "@actions/github": "^4.0.0" + "@actions/core": "^1.6.0", + "@actions/github": "^5.0.0" }, "devDependencies": { - "@vercel/ncc": "^0.28.5", - "eslint": "^7.25.0", + "@vercel/ncc": "^0.33.1", + "eslint": "^8.7.0", "eslint-config-google": "^0.14.0", - "jest": "^26.6.3" + "jest": "^27.4.7" } }