Skip to content

Commit

Permalink
Use node 19 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Nov 4, 2022
1 parent c2126a3 commit cf0c5d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
default: 'master'

env:
node_version: 18
FORCE_COLOR: 2
node_version: 19
FORCE_COLOR: 1
redis-version: 7

concurrency: # prevent concurrent releases
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
required: true

env:
node_version: 18
FORCE_COLOR: 2
node_version: 19
FORCE_COLOR: 1
redis-version: 7

concurrency: # prevent concurrent releases
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: [18]
node_version: [19]
redis-version: [7]

steps:
Expand Down

0 comments on commit cf0c5d8

Please sign in to comment.