Skip to content

Commit

Permalink
Merge pull request #749 from CommitChange/update-node
Browse files Browse the repository at this point in the history
Update node to 16
  • Loading branch information
wwahammy authored Sep 25, 2024
2 parents 403beb5 + 0f79545 commit d4f309b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
node: [14.19.1, 16]
node: [16]
ruby: ['2.6.10']
postgres: ['16']
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
node: [14.19.1]
node: [16]
ruby: ['2.6.10']
postgres: ['16']
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
14.19.1
16

0 comments on commit d4f309b

Please sign in to comment.