Skip to content

Commit

Permalink
Merge pull request #515 from reviewdog/bump-nodejs16
Browse files Browse the repository at this point in the history
Bump Node.js v16
  • Loading branch information
shogo82148 committed Apr 29, 2023
2 parents c9a348f + a1c688a commit 2f3f104
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: "12"
node-version-file: "package.json"
cache: "npm"
- run: npm ci
- uses: reviewdog/action-eslint@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 16.x
node-version-file: "package.json"
cache: npm
- name: Install Dependencies
run: npm ci
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"private": true,
"description": "Run golangci-lint with reviewdog",
"main": "lib/main.js",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
Expand Down

0 comments on commit 2f3f104

Please sign in to comment.