Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upgrade ci node
Browse files Browse the repository at this point in the history
delambo committed Apr 8, 2024
1 parent df026bd commit d804904
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [18.x, 20.x]

steps:
- uses: actions/checkout@v2
6 changes: 3 additions & 3 deletions packages/kyt-starter-universal/starter-src/package.json
Original file line number Diff line number Diff line change
@@ -14,9 +14,9 @@
},
"homepage": "https://github.com/nytimes/kyt/packages/kyt-starter-universal#readme",
"scripts": {
"dev": "NODE_OPTIONS=--openssl-legacy-provider kyt dev",
"build": "NODE_OPTIONS=--openssl-legacy-provider kyt build",
"start": "NODE_OPTIONS=--openssl-legacy-provider node build/server/main.js",
"dev": "kyt dev",
"build": "kyt build",
"start": "node build/server/main.js",
"lint": "eslint .",
"lint-fix": "eslint . --fix",
"test": "jest",
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -6111,6 +6111,9 @@ eslint-config-airbnb@18.2.1:
object.assign "^4.1.2"
object.entries "^1.1.2"

"eslint-config-kyt@file:packages/eslint-config-kyt":
version "1.6.3"

eslint-config-prettier@8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.3.0.tgz#f7471b20b6fe8a9a9254cc684454202886a2dd7a"

0 comments on commit d804904

Please sign in to comment.