Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Aug 9, 2023
1 parent 43ec679 commit f383a98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
default: 'master'

env:
node_version: 19
node_version: 20
FORCE_COLOR: 1
redis-version: 7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true

env:
node_version: 19
node_version: 20
FORCE_COLOR: 1
redis-version: 7

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
node_version: [19]
node_version: [20]
redis-version: [7]

steps:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"pg": "^8.6.0",
"postgrator": "^7.0.0",
"postgrator-cli": "^7.0.0",
"resolve-email": "^2.0.0",
"resolve-email": "2.0.0",
"sodium-native": "^4.0.0",
"uland-isomorphic": "^2.0.0",
"undici": "^5.12.0",
Expand Down

0 comments on commit f383a98

Please sign in to comment.